#39F1CB

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

Shades of Turquoise #39F1CB

Tints of Turquoise #39F1CB

Color information

#39F1CB (or 0x39F1CB) is unknown color: approx Turquoise. HEX triplet: 39, F1 and CB. RGB value is (57,241,203). Sum of RGB (Red+Green+Blue) = 57+241+203=501 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.38% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #39F1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F1CB is #C60E34. Grayscale: #B5B5B5. Windows color (decimal): -12979765 or 13365561. OLE color: 13365561.

HSL color Cylindrical-coordinate representation of color #39F1CB: hue angle of 167.61º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F1CB is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB57241203-
CMYK0.7600.160.05
HSL167.61º86.79%58.43%-
HSV(B)167.61º76.35%94.51%-
XYZ43.9268.0967.33-
YUV181.65140.0439.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.38%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=11.38%
G=48.10%
B=40.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal572412030.7600.160.05167.6186.7958.43
Hex39F1CB4C0105a8573a
Octal71361313114020525012772
Binary11100111110001110010111001100010000101101010001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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