Shades of Turquoise #37F7FE
Tints of Turquoise #37F7FE
RGB
CMYK
RGB Variations
Color information
#37F7FE (or 0x37F7FE) is known color: Turquoise. HEX triplet: 37, F7 and FE. RGB value is (55,247,254). Sum of RGB (Red+Green+Blue) = 55+247+254=556 (73% of max value = 765). Red value is 55 (21.88% from 255 or 9.89% from 556); Green value is 247 (96.88% from 255 or 44.42% 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 #37F7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F7FE is #C80801. Grayscale: #BEBEBE. Windows color (decimal): -13109250 or 16709431. OLE color: 16709431.
HSL color Cylindrical-coordinate representation of color #37F7FE: hue angle of 182.11º 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 #37F7FE is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 247 | 254 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.00 |
| HSL | 182.11º | 0.99% | 0.61% | - |
| HSV(B) | 182.11º | 0.78% | 1% | - |
| XYZ | 52.73 | 74.49 | 105.36 | - |
| YUV | 190.39 | 163.89 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 247 | 254 | 0.78 | 0.03 | 0 | 0.00 | 182.11 | 0.99 | 0.61 |
| Hex | 37 | F7 | FE | 4E | 3 | 0 | 0 | B6 | 63 | 3D |
| Octal | 67 | 367 | 376 | 116 | 3 | 0 | 0 | 266 | 143 | 75 |
| Binary | 110111 | 11110111 | 11111110 | 1001110 | 11 | 0 | 0 | 10110110 | 1100011 | 111101 |
Color Harmonies of #37F7FE
Complementary color
Monochromatic Colors of #37F7FE
Black with #37F7FE
Text Example
Text Example
White with #37F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F7FE; }
p { color: rgb(55,247,254); }
H1.HeaderClassName
{
color: #37F7FE;
}
.AnyTagClassName
{
color: #37F7FE;
}
</style>
background-color css
<style>
a { background-color: #37F7FE; }
a { background-color: rgb(55,247,254); }
div.DivClassName
{
background-color: #37F7FE;
}
.BgClassName
{
background-color: #37F7FE;
}
</style>
border-color css
<style>
span { border-color: #37F7FE; }
span { border-color: rgb(55,247,254); }
td.TdClassName
{
border-color: #37F7FE;
}
.TagClassName
{
border-color: #37F7FE;
}
</style>