Shades of Turquoise #35F0FF
Tints of Turquoise #35F0FF
RGB
CMYK
RGB Variations
Color information
#35F0FF (or 0x35F0FF) is known color: Turquoise. HEX triplet: 35, F0 and FF. RGB value is (53,240,255). Sum of RGB (Red+Green+Blue) = 53+240+255=548 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.67% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #35F0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F0FF is #CA0F00. Grayscale: #B9B9B9. Windows color (decimal): -13242113 or 16773173. OLE color: 16773173.
HSL color Cylindrical-coordinate representation of color #35F0FF: hue angle of 184.46º 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 #35F0FF is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 240 | 255 | - |
| CMYK | 0.79 | 0.06 | 0 | 0 |
| HSL | 184.46º | 1% | 0.6% | - |
| HSV(B) | 184.46º | 0.79% | 1% | - |
| XYZ | 50.68 | 70.3 | 105.51 | - |
| YUV | 185.8 | 167.05 | 33.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 240 | 255 | 0.79 | 0.06 | 0 | 0 | 184.46 | 1 | 0.6 |
| Hex | 35 | F0 | FF | 4F | 6 | 0 | 0 | B8 | 64 | 3C |
| Octal | 65 | 360 | 377 | 117 | 6 | 0 | 0 | 270 | 144 | 74 |
| Binary | 110101 | 11110000 | 11111111 | 1001111 | 110 | 0 | 0 | 10111000 | 1100100 | 111100 |
Color Harmonies of #35F0FF
Complementary color
Monochromatic Colors of #35F0FF
Black with #35F0FF
Text Example
Text Example
White with #35F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F0FF; }
p { color: rgb(53,240,255); }
H1.HeaderClassName
{
color: #35F0FF;
}
.AnyTagClassName
{
color: #35F0FF;
}
</style>
background-color css
<style>
a { background-color: #35F0FF; }
a { background-color: rgb(53,240,255); }
div.DivClassName
{
background-color: #35F0FF;
}
.BgClassName
{
background-color: #35F0FF;
}
</style>
border-color css
<style>
span { border-color: #35F0FF; }
span { border-color: rgb(53,240,255); }
td.TdClassName
{
border-color: #35F0FF;
}
.TagClassName
{
border-color: #35F0FF;
}
</style>