#39CBDA

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

Shades of Medium Turquoise #39CBDA

Tints of Medium Turquoise #39CBDA

Color information

#39CBDA (or 0x39CBDA) is unknown color: approx Medium Turquoise. HEX triplet: 39, CB and DA. RGB value is (57,203,218). Sum of RGB (Red+Green+Blue) = 57+203+218=478 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.92% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #39CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBDA is #C63425. Grayscale: #A0A0A0. Windows color (decimal): -12989478 or 14338873. OLE color: 14338873.

HSL color Cylindrical-coordinate representation of color #39CBDA: hue angle of 185.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CBDA is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB57203218-
CMYK0.740.0700.15
HSL185.59º68.51%53.92%-
HSV(B)185.59º73.85%85.49%-
XYZ35.748.6473.84-
YUV161.06160.1353.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.92%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=11.92%
G=42.47%
B=45.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal572032180.740.0700.15185.5968.5153.92
Hex39CBDA4A70Fba4536
Octal71313332112701727210566
Binary1110011100101111011010100101011101111101110101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39CBDA; }

 p { color: rgb(57,203,218); }

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

<style>
 a { background-color: #39CBDA; }

 a { background-color: rgb(57,203,218); }

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

<style>
 span { border-color: #39CBDA; }

 span { border-color: rgb(57,203,218); }

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