Shades of Turquoise #39F5FE
Tints of Turquoise #39F5FE
RGB
CMYK
RGB Variations
Color information
#39F5FE (or 0x39F5FE) is known color: Turquoise. HEX triplet: 39, F5 and FE. RGB value is (57,245,254). Sum of RGB (Red+Green+Blue) = 57+245+254=556 (73% of max value = 765). Red value is 57 (22.66% from 255 or 10.25% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #39F5FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39F5FE is #C60A01. Grayscale: #BDBDBD. Windows color (decimal): -12978690 or 16708921. OLE color: 16708921.
HSL color Cylindrical-coordinate representation of color #39F5FE: hue angle of 182.74º 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 #39F5FE is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 245 | 254 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.00 |
| HSL | 182.74º | 0.99% | 0.61% | - |
| HSV(B) | 182.74º | 0.78% | 1% | - |
| XYZ | 52.23 | 73.33 | 105.17 | - |
| YUV | 189.81 | 164.22 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 245 | 254 | 0.78 | 0.04 | 0 | 0.00 | 182.74 | 0.99 | 0.61 |
| Hex | 39 | F5 | FE | 4E | 4 | 0 | 0 | B7 | 63 | 3D |
| Octal | 71 | 365 | 376 | 116 | 4 | 0 | 0 | 267 | 143 | 75 |
| Binary | 111001 | 11110101 | 11111110 | 1001110 | 100 | 0 | 0 | 10110111 | 1100011 | 111101 |
Color Harmonies of #39F5FE
Complementary color
Monochromatic Colors of #39F5FE
Black with #39F5FE
Text Example
Text Example
White with #39F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F5FE; }
p { color: rgb(57,245,254); }
H1.HeaderClassName
{
color: #39F5FE;
}
.AnyTagClassName
{
color: #39F5FE;
}
</style>
background-color css
<style>
a { background-color: #39F5FE; }
a { background-color: rgb(57,245,254); }
div.DivClassName
{
background-color: #39F5FE;
}
.BgClassName
{
background-color: #39F5FE;
}
</style>
border-color css
<style>
span { border-color: #39F5FE; }
span { border-color: rgb(57,245,254); }
td.TdClassName
{
border-color: #39F5FE;
}
.TagClassName
{
border-color: #39F5FE;
}
</style>