#4BCDDE

Color #4BCDDE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4BCDDE

Tints of Medium Turquoise #4BCDDE

Color information

#4BCDDE (or 0x4BCDDE) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CD and DE. RGB value is (75,205,222). Sum of RGB (Red+Green+Blue) = 75+205+222=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BCDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDDE is #B43221. Grayscale: #A7A7A7. Windows color (decimal): -11809314 or 14601547. OLE color: 14601547.

HSL color Cylindrical-coordinate representation of color #4BCDDE: hue angle of 186.94º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCDDE is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75205222-
CMYK0.660.0800.13
HSL186.94º69.01%58.24%-
HSV(B)186.94º66.22%87.06%-
XYZ37.9250.4376.84-
YUV168.07158.4361.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 14.94%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=14.94%
G=40.84%
B=44.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752052220.660.0800.13186.9469.0158.24
Hex4BCDDE4280Dbb453a
Octal1133153361021001527310572
Binary100101111001101110111101000010100001101101110111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BCDDE; }

 p { color: rgb(75,205,222); }

 H1.HeaderClassName
 {
   color: #4BCDDE;
 }
 .AnyTagClassName
 {
   color: #4BCDDE;
 }
</style>
background-color css

<style>
 a { background-color: #4BCDDE; }

 a { background-color: rgb(75,205,222); }

 div.DivClassName
 {
   background-color: #4BCDDE;
 }
 .BgClassName
 {
   background-color: #4BCDDE;
 }
</style>
border-color css

<style>
 span { border-color: #4BCDDE; }

 span { border-color: rgb(75,205,222); }

 td.TdClassName
 {
   border-color: #4BCDDE;
 }
 .TagClassName
 {
   border-color: #4BCDDE;
 }
</style>