Shades of Turquoise #35E2FF
Tints of Turquoise #35E2FF
RGB
CMYK
RGB Variations
Color information
#35E2FF (or 0x35E2FF) is known color: Turquoise. HEX triplet: 35, E2 and FF. RGB value is (53,226,255). Sum of RGB (Red+Green+Blue) = 53+226+255=534 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.93% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #35E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E2FF is #CA1D00. Grayscale: #B1B1B1. Windows color (decimal): -13245697 or 16769589. OLE color: 16769589.
HSL color Cylindrical-coordinate representation of color #35E2FF: hue angle of 188.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35E2FF is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 226 | 255 | - |
| CMYK | 0.79 | 0.11 | 0 | 0 |
| HSL | 188.61º | 1% | 0.6% | - |
| HSV(B) | 188.61º | 0.79% | 1% | - |
| XYZ | 46.71 | 62.37 | 104.18 | - |
| YUV | 177.58 | 171.69 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 255 | 0.79 | 0.11 | 0 | 0 | 188.61 | 1 | 0.6 |
| Hex | 35 | E2 | FF | 4F | B | 0 | 0 | BD | 64 | 3C |
| Octal | 65 | 342 | 377 | 117 | 13 | 0 | 0 | 275 | 144 | 74 |
| Binary | 110101 | 11100010 | 11111111 | 1001111 | 1011 | 0 | 0 | 10111101 | 1100100 | 111100 |
Color Harmonies of #35E2FF
Complementary color
Monochromatic Colors of #35E2FF
Black with #35E2FF
Text Example
Text Example
White with #35E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E2FF; }
p { color: rgb(53,226,255); }
H1.HeaderClassName
{
color: #35E2FF;
}
.AnyTagClassName
{
color: #35E2FF;
}
</style>
background-color css
<style>
a { background-color: #35E2FF; }
a { background-color: rgb(53,226,255); }
div.DivClassName
{
background-color: #35E2FF;
}
.BgClassName
{
background-color: #35E2FF;
}
</style>
border-color css
<style>
span { border-color: #35E2FF; }
span { border-color: rgb(53,226,255); }
td.TdClassName
{
border-color: #35E2FF;
}
.TagClassName
{
border-color: #35E2FF;
}
</style>