Shades of Turquoise #36DFF8
Tints of Turquoise #36DFF8
RGB
CMYK
RGB Variations
Color information
#36DFF8 (or 0x36DFF8) is known color: Turquoise. HEX triplet: 36, DF and F8. RGB value is (54,223,248). Sum of RGB (Red+Green+Blue) = 54+223+248=525 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.29% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #36DFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DFF8 is #C92007. Grayscale: #AFAFAF. Windows color (decimal): -13180936 or 16310070. OLE color: 16310070.
HSL color Cylindrical-coordinate representation of color #36DFF8: hue angle of 187.73º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36DFF8 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 223 | 248 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.03 |
| HSL | 187.73º | 0.93% | 0.59% | - |
| HSV(B) | 187.73º | 0.78% | 0.97% | - |
| XYZ | 44.85 | 60.34 | 98.09 | - |
| YUV | 175.32 | 169.01 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 248 | 0.78 | 0.10 | 0 | 0.03 | 187.73 | 0.93 | 0.59 |
| Hex | 36 | DF | F8 | 4E | A | 0 | 3 | BC | 5D | 3B |
| Octal | 66 | 337 | 370 | 116 | 12 | 0 | 3 | 274 | 135 | 73 |
| Binary | 110110 | 11011111 | 11111000 | 1001110 | 1010 | 0 | 11 | 10111100 | 1011101 | 111011 |
Color Harmonies of #36DFF8
Complementary color
Monochromatic Colors of #36DFF8
Black with #36DFF8
Text Example
Text Example
White with #36DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFF8; }
p { color: rgb(54,223,248); }
H1.HeaderClassName
{
color: #36DFF8;
}
.AnyTagClassName
{
color: #36DFF8;
}
</style>
background-color css
<style>
a { background-color: #36DFF8; }
a { background-color: rgb(54,223,248); }
div.DivClassName
{
background-color: #36DFF8;
}
.BgClassName
{
background-color: #36DFF8;
}
</style>
border-color css
<style>
span { border-color: #36DFF8; }
span { border-color: rgb(54,223,248); }
td.TdClassName
{
border-color: #36DFF8;
}
.TagClassName
{
border-color: #36DFF8;
}
</style>