#39FEB8

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

Shades of Turquoise #39FEB8

Tints of Turquoise #39FEB8

Color information

#39FEB8 (or 0x39FEB8) is unknown color: approx Turquoise. HEX triplet: 39, FE and B8. RGB value is (57,254,184). Sum of RGB (Red+Green+Blue) = 57+254+184=495 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.52% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #39FEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FEB8 is #C60147. Grayscale: #BBBBBB. Windows color (decimal): -12976456 or 12123705. OLE color: 12123705.

HSL color Cylindrical-coordinate representation of color #39FEB8: hue angle of 158.68º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FEB8 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB57254184-
CMYK0.7800.280.00
HSL158.68º98.99%60.98%-
HSV(B)158.68º77.56%99.61%-
XYZ45.7875.2157.45-
YUV187.12126.2335.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.52%
GREEN value IS 254 (99.61% from 255) = 51.31%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=11.52%
G=51.31%
B=37.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal572541840.7800.280.00158.6898.9960.98
Hex39FEB84E01C09f633d
Octal71376270116034023714375
Binary111001111111101011100010011100111000100111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,254,184); }

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

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

 a { background-color: rgb(57,254,184); }

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

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

 span { border-color: rgb(57,254,184); }

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