Shades of Turquoise #35DAE8
Tints of Turquoise #35DAE8
RGB
CMYK
RGB Variations
Color information
#35DAE8 (or 0x35DAE8) is known color: Turquoise. HEX triplet: 35, DA and E8. RGB value is (53,218,232). Sum of RGB (Red+Green+Blue) = 53+218+232=503 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.54% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #35DAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DAE8 is #CA2517. Grayscale: #AAAAAA. Windows color (decimal): -13247768 or 15260213. OLE color: 15260213.
HSL color Cylindrical-coordinate representation of color #35DAE8: hue angle of 184.69º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35DAE8 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 218 | 232 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.09 |
| HSL | 184.69º | 0.8% | 0.56% | - |
| HSV(B) | 184.69º | 0.77% | 0.91% | - |
| XYZ | 41.11 | 56.73 | 85.13 | - |
| YUV | 170.26 | 162.84 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 218 | 232 | 0.77 | 0.06 | 0 | 0.09 | 184.69 | 0.8 | 0.56 |
| Hex | 35 | DA | E8 | 4D | 6 | 0 | 9 | B9 | 50 | 38 |
| Octal | 65 | 332 | 350 | 115 | 6 | 0 | 11 | 271 | 120 | 70 |
| Binary | 110101 | 11011010 | 11101000 | 1001101 | 110 | 0 | 1001 | 10111001 | 1010000 | 111000 |
Color Harmonies of #35DAE8
Complementary color
Monochromatic Colors of #35DAE8
Black with #35DAE8
Text Example
Text Example
White with #35DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DAE8; }
p { color: rgb(53,218,232); }
H1.HeaderClassName
{
color: #35DAE8;
}
.AnyTagClassName
{
color: #35DAE8;
}
</style>
background-color css
<style>
a { background-color: #35DAE8; }
a { background-color: rgb(53,218,232); }
div.DivClassName
{
background-color: #35DAE8;
}
.BgClassName
{
background-color: #35DAE8;
}
</style>
border-color css
<style>
span { border-color: #35DAE8; }
span { border-color: rgb(53,218,232); }
td.TdClassName
{
border-color: #35DAE8;
}
.TagClassName
{
border-color: #35DAE8;
}
</style>