#39E0B8

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

Shades of Turquoise #39E0B8

Tints of Turquoise #39E0B8

Color information

#39E0B8 (or 0x39E0B8) is unknown color: approx Turquoise. HEX triplet: 39, E0 and B8. RGB value is (57,224,184). Sum of RGB (Red+Green+Blue) = 57+224+184=465 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.26% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #39E0B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E0B8 is #C61F47. Grayscale: #A9A9A9. Windows color (decimal): -12984136 or 12116025. OLE color: 12116025.

HSL color Cylindrical-coordinate representation of color #39E0B8: hue angle of 165.63º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E0B8 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB57224184-
CMYK0.7500.180.12
HSL165.63º72.93%55.1%-
HSV(B)165.63º74.55%87.84%-
XYZ36.9957.6454.52-
YUV169.51136.1747.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.26%
GREEN value IS 224 (87.89% from 255) = 48.17%
BLUE value IS 184 (72.27% from 255) = 39.57%
R=12.26%
G=48.17%
B=39.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal572241840.7500.180.12165.6372.9355.1
Hex39E0B84B012Ca64937
Octal713402701130221424611167
Binary111001111000001011100010010110100101100101001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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