#39CFC5

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

Shades of Medium Turquoise #39CFC5

Tints of Medium Turquoise #39CFC5

Color information

#39CFC5 (or 0x39CFC5) is unknown color: approx Medium Turquoise. HEX triplet: 39, CF and C5. RGB value is (57,207,197). Sum of RGB (Red+Green+Blue) = 57+207+197=461 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.36% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #39CFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFC5 is #C6303A. Grayscale: #A0A0A0. Windows color (decimal): -12988475 or 12963641. OLE color: 12963641.

HSL color Cylindrical-coordinate representation of color #39CFC5: hue angle of 176º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CFC5 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB57207197-
CMYK0.7200.050.19
HSL176º60.98%51.76%-
HSV(B)176º72.46%81.18%-
XYZ34.0849.5360.59-
YUV161.01148.353.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.36%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 197 (77.34% from 255) = 42.73%
R=12.36%
G=44.90%
B=42.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal572071970.7200.050.1917660.9851.76
Hex39CFC5480513b03d34
Octal7131730511005232607564
Binary1110011100111111000101100100001011001110110000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,207,197); }

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

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

 a { background-color: rgb(57,207,197); }

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

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

 span { border-color: rgb(57,207,197); }

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