Shades of Turquoise #36FBED
Tints of Turquoise #36FBED
RGB
CMYK
RGB Variations
Color information
#36FBED (or 0x36FBED) is known color: Turquoise. HEX triplet: 36, FB and ED. RGB value is (54,251,237). Sum of RGB (Red+Green+Blue) = 54+251+237=542 (71% of max value = 765). Red value is 54 (21.48% from 255 or 9.96% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #36FBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FBED is #C90412. Grayscale: #BEBEBE. Windows color (decimal): -13173779 or 15596342. OLE color: 15596342.
HSL color Cylindrical-coordinate representation of color #36FBED: hue angle of 175.74º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FBED is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 251 | 237 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.02 |
| HSL | 175.74º | 0.96% | 0.6% | - |
| HSV(B) | 175.74º | 0.78% | 0.98% | - |
| XYZ | 51.3 | 75.89 | 92.07 | - |
| YUV | 190.5 | 154.23 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 251 | 237 | 0.78 | 0 | 0.06 | 0.02 | 175.74 | 0.96 | 0.6 |
| Hex | 36 | FB | ED | 4E | 0 | 6 | 2 | B0 | 60 | 3C |
| Octal | 66 | 373 | 355 | 116 | 0 | 6 | 2 | 260 | 140 | 74 |
| Binary | 110110 | 11111011 | 11101101 | 1001110 | 0 | 110 | 10 | 10110000 | 1100000 | 111100 |
Color Harmonies of #36FBED
Complementary color
Monochromatic Colors of #36FBED
Black with #36FBED
Text Example
Text Example
White with #36FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FBED; }
p { color: rgb(54,251,237); }
H1.HeaderClassName
{
color: #36FBED;
}
.AnyTagClassName
{
color: #36FBED;
}
</style>
background-color css
<style>
a { background-color: #36FBED; }
a { background-color: rgb(54,251,237); }
div.DivClassName
{
background-color: #36FBED;
}
.BgClassName
{
background-color: #36FBED;
}
</style>
border-color css
<style>
span { border-color: #36FBED; }
span { border-color: rgb(54,251,237); }
td.TdClassName
{
border-color: #36FBED;
}
.TagClassName
{
border-color: #36FBED;
}
</style>