Shades of Turquoise #35FFDE
Tints of Turquoise #35FFDE
RGB
CMYK
RGB Variations
Color information
#35FFDE (or 0x35FFDE) is known color: Turquoise. HEX triplet: 35, FF and DE. RGB value is (53,255,222). Sum of RGB (Red+Green+Blue) = 53+255+222=530 (70% of max value = 765). Red value is 53 (21.09% from 255 or 10% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFDE is #CA0021. Grayscale: #BEBEBE. Windows color (decimal): -13238306 or 14614325. OLE color: 14614325.
HSL color Cylindrical-coordinate representation of color #35FFDE: hue angle of 170.2º 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 #35FFDE is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 222 | - |
| CMYK | 0.79 | 0 | 0.13 | 0 |
| HSL | 170.2º | 1% | 0.6% | - |
| HSV(B) | 170.2º | 0.79% | 1% | - |
| XYZ | 50.41 | 77.55 | 81.42 | - |
| YUV | 190.84 | 145.58 | 29.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 222 | 0.79 | 0 | 0.13 | 0 | 170.2 | 1 | 0.6 |
| Hex | 35 | FF | DE | 4F | 0 | D | 0 | AA | 64 | 3C |
| Octal | 65 | 377 | 336 | 117 | 0 | 15 | 0 | 252 | 144 | 74 |
| Binary | 110101 | 11111111 | 11011110 | 1001111 | 0 | 1101 | 0 | 10101010 | 1100100 | 111100 |
Color Harmonies of #35FFDE
Complementary color
Monochromatic Colors of #35FFDE
Black with #35FFDE
Text Example
Text Example
White with #35FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFDE; }
p { color: rgb(53,255,222); }
H1.HeaderClassName
{
color: #35FFDE;
}
.AnyTagClassName
{
color: #35FFDE;
}
</style>
background-color css
<style>
a { background-color: #35FFDE; }
a { background-color: rgb(53,255,222); }
div.DivClassName
{
background-color: #35FFDE;
}
.BgClassName
{
background-color: #35FFDE;
}
</style>
border-color css
<style>
span { border-color: #35FFDE; }
span { border-color: rgb(53,255,222); }
td.TdClassName
{
border-color: #35FFDE;
}
.TagClassName
{
border-color: #35FFDE;
}
</style>