Shades of Turquoise #36FDF8
Tints of Turquoise #36FDF8
RGB
CMYK
RGB Variations
Color information
#36FDF8 (or 0x36FDF8) is known color: Turquoise. HEX triplet: 36, FD and F8. RGB value is (54,253,248). Sum of RGB (Red+Green+Blue) = 54+253+248=555 (73% of max value = 765). Red value is 54 (21.48% from 255 or 9.73% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FDF8 is #C90207. Grayscale: #C0C0C0. Windows color (decimal): -13173256 or 16317750. OLE color: 16317750.
HSL color Cylindrical-coordinate representation of color #36FDF8: hue angle of 178.49º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FDF8 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 253 | 248 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.01 |
| HSL | 178.49º | 0.98% | 0.6% | - |
| HSV(B) | 178.49º | 0.79% | 0.99% | - |
| XYZ | 53.59 | 77.81 | 101 | - |
| YUV | 192.93 | 159.07 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 253 | 248 | 0.79 | 0 | 0.02 | 0.01 | 178.49 | 0.98 | 0.6 |
| Hex | 36 | FD | F8 | 4F | 0 | 2 | 1 | B2 | 62 | 3C |
| Octal | 66 | 375 | 370 | 117 | 0 | 2 | 1 | 262 | 142 | 74 |
| Binary | 110110 | 11111101 | 11111000 | 1001111 | 0 | 10 | 1 | 10110010 | 1100010 | 111100 |
Color Harmonies of #36FDF8
Complementary color
Monochromatic Colors of #36FDF8
Black with #36FDF8
Text Example
Text Example
White with #36FDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FDF8; }
p { color: rgb(54,253,248); }
H1.HeaderClassName
{
color: #36FDF8;
}
.AnyTagClassName
{
color: #36FDF8;
}
</style>
background-color css
<style>
a { background-color: #36FDF8; }
a { background-color: rgb(54,253,248); }
div.DivClassName
{
background-color: #36FDF8;
}
.BgClassName
{
background-color: #36FDF8;
}
</style>
border-color css
<style>
span { border-color: #36FDF8; }
span { border-color: rgb(54,253,248); }
td.TdClassName
{
border-color: #36FDF8;
}
.TagClassName
{
border-color: #36FDF8;
}
</style>