#39CBB7

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

Shades of Medium Turquoise #39CBB7

Tints of Medium Turquoise #39CBB7

Color information

#39CBB7 (or 0x39CBB7) is unknown color: approx Medium Turquoise. HEX triplet: 39, CB and B7. RGB value is (57,203,183). Sum of RGB (Red+Green+Blue) = 57+203+183=443 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.87% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBB7 is #C63448. Grayscale: #9D9D9D. Windows color (decimal): -12989513 or 12045113. OLE color: 12045113.

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

Color convert

RGB57203183-
CMYK0.7200.100.20
HSL171.78º58.4%50.98%-
HSV(B)171.78º71.92%79.61%-
XYZ31.594752.21-
YUV157.07142.6356.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.87%
GREEN value IS 203 (79.69% from 255) = 45.82%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=12.87%
G=45.82%
B=41.31%

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
Decimal572031830.7200.100.20171.7858.450.98
Hex39CBB7480A14ac3a33
Octal71313267110012242547263
Binary11100111001011101101111001000010101010010101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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