Shades of Turquoise #35DCFF
Tints of Turquoise #35DCFF
RGB
CMYK
RGB Variations
Color information
#35DCFF (or 0x35DCFF) is known color: Turquoise. HEX triplet: 35, DC and FF. RGB value is (53,220,255). Sum of RGB (Red+Green+Blue) = 53+220+255=528 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.04% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #35DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DCFF is #CA2300. Grayscale: #ADADAD. Windows color (decimal): -13247233 or 16768053. OLE color: 16768053.
HSL color Cylindrical-coordinate representation of color #35DCFF: hue angle of 190.4º 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 #35DCFF is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 220 | 255 | - |
| CMYK | 0.79 | 0.14 | 0 | 0 |
| HSL | 190.4º | 1% | 0.6% | - |
| HSV(B) | 190.4º | 0.79% | 1% | - |
| XYZ | 45.11 | 59.16 | 103.65 | - |
| YUV | 174.06 | 173.67 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 255 | 0.79 | 0.14 | 0 | 0 | 190.4 | 1 | 0.6 |
| Hex | 35 | DC | FF | 4F | E | 0 | 0 | BE | 64 | 3C |
| Octal | 65 | 334 | 377 | 117 | 16 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110101 | 11011100 | 11111111 | 1001111 | 1110 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #35DCFF
Complementary color
Monochromatic Colors of #35DCFF
Black with #35DCFF
Text Example
Text Example
White with #35DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DCFF; }
p { color: rgb(53,220,255); }
H1.HeaderClassName
{
color: #35DCFF;
}
.AnyTagClassName
{
color: #35DCFF;
}
</style>
background-color css
<style>
a { background-color: #35DCFF; }
a { background-color: rgb(53,220,255); }
div.DivClassName
{
background-color: #35DCFF;
}
.BgClassName
{
background-color: #35DCFF;
}
</style>
border-color css
<style>
span { border-color: #35DCFF; }
span { border-color: rgb(53,220,255); }
td.TdClassName
{
border-color: #35DCFF;
}
.TagClassName
{
border-color: #35DCFF;
}
</style>