Shades of Turquoise #39FFE1
Tints of Turquoise #39FFE1
RGB
CMYK
RGB Variations
Color information
#39FFE1 (or 0x39FFE1) is known color: Turquoise. HEX triplet: 39, FF and E1. RGB value is (57,255,225). Sum of RGB (Red+Green+Blue) = 57+255+225=537 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.61% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFE1 is #C6001E. Grayscale: #C0C0C0. Windows color (decimal): -12976159 or 14810937. OLE color: 14810937.
HSL color Cylindrical-coordinate representation of color #39FFE1: hue angle of 170.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFE1 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 225 | - |
| CMYK | 0.78 | 0 | 0.12 | 0 |
| HSL | 170.91º | 1% | 0.61% | - |
| HSV(B) | 170.91º | 0.78% | 1% | - |
| XYZ | 51.04 | 77.83 | 83.57 | - |
| YUV | 192.38 | 146.4 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 225 | 0.78 | 0 | 0.12 | 0 | 170.91 | 1 | 0.61 |
| Hex | 39 | FF | E1 | 4E | 0 | C | 0 | AB | 64 | 3D |
| Octal | 71 | 377 | 341 | 116 | 0 | 14 | 0 | 253 | 144 | 75 |
| Binary | 111001 | 11111111 | 11100001 | 1001110 | 0 | 1100 | 0 | 10101011 | 1100100 | 111101 |
Color Harmonies of #39FFE1
Complementary color
Monochromatic Colors of #39FFE1
Black with #39FFE1
Text Example
Text Example
White with #39FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFE1; }
p { color: rgb(57,255,225); }
H1.HeaderClassName
{
color: #39FFE1;
}
.AnyTagClassName
{
color: #39FFE1;
}
</style>
background-color css
<style>
a { background-color: #39FFE1; }
a { background-color: rgb(57,255,225); }
div.DivClassName
{
background-color: #39FFE1;
}
.BgClassName
{
background-color: #39FFE1;
}
</style>
border-color css
<style>
span { border-color: #39FFE1; }
span { border-color: rgb(57,255,225); }
td.TdClassName
{
border-color: #39FFE1;
}
.TagClassName
{
border-color: #39FFE1;
}
</style>