#39C8CD

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

Shades of Medium Turquoise #39C8CD

Tints of Medium Turquoise #39C8CD

Color information

#39C8CD (or 0x39C8CD) is unknown color: approx Medium Turquoise. HEX triplet: 39, C8 and CD. RGB value is (57,200,205). Sum of RGB (Red+Green+Blue) = 57+200+205=462 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.34% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #39C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C8CD is #C63732. Grayscale: #9D9D9D. Windows color (decimal): -12990259 or 13486137. OLE color: 13486137.

HSL color Cylindrical-coordinate representation of color #39C8CD: hue angle of 182.03º 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 #39C8CD is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57200205-
CMYK0.720.0200.20
HSL182.03º59.68%51.37%-
HSV(B)182.03º72.2%80.39%-
XYZ33.3646.5964.99-
YUV157.81154.6256.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.34%
GREEN value IS 200 (78.52% from 255) = 43.29%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=12.34%
G=43.29%
B=44.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal572002050.720.0200.20182.0359.6851.37
Hex39C8CD482014b63c33
Octal7131031511020242667463
Binary111001110010001100110110010001001010010110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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