#39F9CB

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

Shades of Turquoise #39F9CB

Tints of Turquoise #39F9CB

Color information

#39F9CB (or 0x39F9CB) is unknown color: approx Turquoise. HEX triplet: 39, F9 and CB. RGB value is (57,249,203). Sum of RGB (Red+Green+Blue) = 57+249+203=509 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.20% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F9CB is #C60634. Grayscale: #BABABA. Windows color (decimal): -12977717 or 13367609. OLE color: 13367609.

HSL color Cylindrical-coordinate representation of color #39F9CB: hue angle of 165.62º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F9CB is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB57249203-
CMYK0.7700.180.02
HSL165.62º94.12%60%-
HSV(B)165.62º77.11%97.65%-
XYZ46.3472.9368.13-
YUV186.35137.3935.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.20%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=11.20%
G=48.92%
B=39.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal572492030.7700.180.02165.6294.1260
Hex39F9CB4D0122a65e3c
Octal71371313115022224613674
Binary1110011111100111001011100110101001010101001101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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