Shades of Turquoise #35FFD0
Tints of Turquoise #35FFD0
RGB
CMYK
RGB Variations
Color information
#35FFD0 (or 0x35FFD0) is known color: Turquoise. HEX triplet: 35, FF and D0. RGB value is (53,255,208). Sum of RGB (Red+Green+Blue) = 53+255+208=516 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.27% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFD0 is #CA002F. Grayscale: #BDBDBD. Windows color (decimal): -13238320 or 13696821. OLE color: 13696821.
HSL color Cylindrical-coordinate representation of color #35FFD0: hue angle of 166.04º 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 #35FFD0 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 208 | - |
| CMYK | 0.79 | 0 | 0.18 | 0 |
| HSL | 166.04º | 1% | 0.6% | - |
| HSV(B) | 166.04º | 0.79% | 1% | - |
| XYZ | 48.61 | 76.83 | 71.94 | - |
| YUV | 189.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 208 | 0.79 | 0 | 0.18 | 0 | 166.04 | 1 | 0.6 |
| Hex | 35 | FF | D0 | 4F | 0 | 12 | 0 | A6 | 64 | 3C |
| Octal | 65 | 377 | 320 | 117 | 0 | 22 | 0 | 246 | 144 | 74 |
| Binary | 110101 | 11111111 | 11010000 | 1001111 | 0 | 10010 | 0 | 10100110 | 1100100 | 111100 |
Color Harmonies of #35FFD0
Complementary color
Monochromatic Colors of #35FFD0
Black with #35FFD0
Text Example
Text Example
White with #35FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFD0; }
p { color: rgb(53,255,208); }
H1.HeaderClassName
{
color: #35FFD0;
}
.AnyTagClassName
{
color: #35FFD0;
}
</style>
background-color css
<style>
a { background-color: #35FFD0; }
a { background-color: rgb(53,255,208); }
div.DivClassName
{
background-color: #35FFD0;
}
.BgClassName
{
background-color: #35FFD0;
}
</style>
border-color css
<style>
span { border-color: #35FFD0; }
span { border-color: rgb(53,255,208); }
td.TdClassName
{
border-color: #35FFD0;
}
.TagClassName
{
border-color: #35FFD0;
}
</style>