Shades of Turquoise #35FFDF
Tints of Turquoise #35FFDF
RGB
CMYK
RGB Variations
Color information
#35FFDF (or 0x35FFDF) is known color: Turquoise. HEX triplet: 35, FF and DF. RGB value is (53,255,223). Sum of RGB (Red+Green+Blue) = 53+255+223=531 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.98% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFDF is #CA0020. Grayscale: #BEBEBE. Windows color (decimal): -13238305 or 14679861. OLE color: 14679861.
HSL color Cylindrical-coordinate representation of color #35FFDF: hue angle of 170.5º 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 #35FFDF is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 223 | - |
| CMYK | 0.79 | 0 | 0.13 | 0 |
| HSL | 170.5º | 1% | 0.6% | - |
| HSV(B) | 170.5º | 0.79% | 1% | - |
| XYZ | 50.55 | 77.6 | 82.13 | - |
| YUV | 190.95 | 146.08 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 223 | 0.79 | 0 | 0.13 | 0 | 170.5 | 1 | 0.6 |
| Hex | 35 | FF | DF | 4F | 0 | D | 0 | AA | 64 | 3C |
| Octal | 65 | 377 | 337 | 117 | 0 | 15 | 0 | 252 | 144 | 74 |
| Binary | 110101 | 11111111 | 11011111 | 1001111 | 0 | 1101 | 0 | 10101010 | 1100100 | 111100 |
Color Harmonies of #35FFDF
Complementary color
Monochromatic Colors of #35FFDF
Black with #35FFDF
Text Example
Text Example
White with #35FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFDF; }
p { color: rgb(53,255,223); }
H1.HeaderClassName
{
color: #35FFDF;
}
.AnyTagClassName
{
color: #35FFDF;
}
</style>
background-color css
<style>
a { background-color: #35FFDF; }
a { background-color: rgb(53,255,223); }
div.DivClassName
{
background-color: #35FFDF;
}
.BgClassName
{
background-color: #35FFDF;
}
</style>
border-color css
<style>
span { border-color: #35FFDF; }
span { border-color: rgb(53,255,223); }
td.TdClassName
{
border-color: #35FFDF;
}
.TagClassName
{
border-color: #35FFDF;
}
</style>