Shades of Turquoise #35F2FF
Tints of Turquoise #35F2FF
RGB
CMYK
RGB Variations
Color information
#35F2FF (or 0x35F2FF) is known color: Turquoise. HEX triplet: 35, F2 and FF. RGB value is (53,242,255). Sum of RGB (Red+Green+Blue) = 53+242+255=550 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.64% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #35F2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F2FF is #CA0D00. Grayscale: #BABABA. Windows color (decimal): -13241601 or 16773685. OLE color: 16773685.
HSL color Cylindrical-coordinate representation of color #35F2FF: hue angle of 183.86º 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 #35F2FF is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 242 | 255 | - |
| CMYK | 0.79 | 0.05 | 0 | 0 |
| HSL | 183.86º | 1% | 0.6% | - |
| HSV(B) | 183.86º | 0.79% | 1% | - |
| XYZ | 51.27 | 71.48 | 105.7 | - |
| YUV | 186.97 | 166.38 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 255 | 0.79 | 0.05 | 0 | 0 | 183.86 | 1 | 0.6 |
| Hex | 35 | F2 | FF | 4F | 5 | 0 | 0 | B8 | 64 | 3C |
| Octal | 65 | 362 | 377 | 117 | 5 | 0 | 0 | 270 | 144 | 74 |
| Binary | 110101 | 11110010 | 11111111 | 1001111 | 101 | 0 | 0 | 10111000 | 1100100 | 111100 |
Color Harmonies of #35F2FF
Complementary color
Monochromatic Colors of #35F2FF
Black with #35F2FF
Text Example
Text Example
White with #35F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F2FF; }
p { color: rgb(53,242,255); }
H1.HeaderClassName
{
color: #35F2FF;
}
.AnyTagClassName
{
color: #35F2FF;
}
</style>
background-color css
<style>
a { background-color: #35F2FF; }
a { background-color: rgb(53,242,255); }
div.DivClassName
{
background-color: #35F2FF;
}
.BgClassName
{
background-color: #35F2FF;
}
</style>
border-color css
<style>
span { border-color: #35F2FF; }
span { border-color: rgb(53,242,255); }
td.TdClassName
{
border-color: #35F2FF;
}
.TagClassName
{
border-color: #35F2FF;
}
</style>