Shades of Turquoise #35E0FE
Tints of Turquoise #35E0FE
RGB
CMYK
RGB Variations
Color information
#35E0FE (or 0x35E0FE) is known color: Turquoise. HEX triplet: 35, E0 and FE. RGB value is (53,224,254). Sum of RGB (Red+Green+Blue) = 53+224+254=531 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.98% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #35E0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E0FE is #CA1F01. Grayscale: #B0B0B0. Windows color (decimal): -13246210 or 16703541. OLE color: 16703541.
HSL color Cylindrical-coordinate representation of color #35E0FE: hue angle of 188.96º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35E0FE is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 224 | 254 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.00 |
| HSL | 188.96º | 0.99% | 0.6% | - |
| HSV(B) | 188.96º | 0.79% | 1% | - |
| XYZ | 46.01 | 61.22 | 103.16 | - |
| YUV | 176.29 | 171.85 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 254 | 0.79 | 0.12 | 0 | 0.00 | 188.96 | 0.99 | 0.6 |
| Hex | 35 | E0 | FE | 4F | C | 0 | 0 | BD | 63 | 3C |
| Octal | 65 | 340 | 376 | 117 | 14 | 0 | 0 | 275 | 143 | 74 |
| Binary | 110101 | 11100000 | 11111110 | 1001111 | 1100 | 0 | 0 | 10111101 | 1100011 | 111100 |
Color Harmonies of #35E0FE
Complementary color
Monochromatic Colors of #35E0FE
Black with #35E0FE
Text Example
Text Example
White with #35E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E0FE; }
p { color: rgb(53,224,254); }
H1.HeaderClassName
{
color: #35E0FE;
}
.AnyTagClassName
{
color: #35E0FE;
}
</style>
background-color css
<style>
a { background-color: #35E0FE; }
a { background-color: rgb(53,224,254); }
div.DivClassName
{
background-color: #35E0FE;
}
.BgClassName
{
background-color: #35E0FE;
}
</style>
border-color css
<style>
span { border-color: #35E0FE; }
span { border-color: rgb(53,224,254); }
td.TdClassName
{
border-color: #35E0FE;
}
.TagClassName
{
border-color: #35E0FE;
}
</style>