#39CDB8

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

Shades of Medium Turquoise #39CDB8

Tints of Medium Turquoise #39CDB8

Color information

#39CDB8 (or 0x39CDB8) is unknown color: approx Medium Turquoise. HEX triplet: 39, CD and B8. RGB value is (57,205,184). Sum of RGB (Red+Green+Blue) = 57+205+184=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #39CDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDB8 is #C63247. Grayscale: #9E9E9E. Windows color (decimal): -12989000 or 12111161. OLE color: 12111161.

HSL color Cylindrical-coordinate representation of color #39CDB8: hue angle of 171.49º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CDB8 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB57205184-
CMYK0.7200.100.20
HSL171.49º59.68%51.37%-
HSV(B)171.49º72.2%80.39%-
XYZ32.1747.9952.92-
YUV158.35142.4755.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.78%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 184 (72.27% from 255) = 41.26%
R=12.78%
G=45.96%
B=41.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal572051840.7200.100.20171.4959.6851.37
Hex39CDB8480A14ab3c33
Octal71315270110012242537463
Binary11100111001101101110001001000010101010010101011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,205,184); }

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

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

 a { background-color: rgb(57,205,184); }

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

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

 span { border-color: rgb(57,205,184); }

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