Shades of Turquoise #35FBDB
Tints of Turquoise #35FBDB
RGB
CMYK
RGB Variations
Color information
#35FBDB (or 0x35FBDB) is known color: Turquoise. HEX triplet: 35, FB and DB. RGB value is (53,251,219). Sum of RGB (Red+Green+Blue) = 53+251+219=523 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.13% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #35FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FBDB is #CA0424. Grayscale: #BCBCBC. Windows color (decimal): -13239333 or 14416693. OLE color: 14416693.
HSL color Cylindrical-coordinate representation of color #35FBDB: hue angle of 170.3º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FBDB is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 251 | 219 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.02 |
| HSL | 170.3º | 0.96% | 0.6% | - |
| HSV(B) | 170.3º | 0.79% | 0.98% | - |
| XYZ | 48.75 | 74.87 | 78.9 | - |
| YUV | 188.15 | 145.4 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 251 | 219 | 0.79 | 0 | 0.13 | 0.02 | 170.3 | 0.96 | 0.6 |
| Hex | 35 | FB | DB | 4F | 0 | D | 2 | AA | 60 | 3C |
| Octal | 65 | 373 | 333 | 117 | 0 | 15 | 2 | 252 | 140 | 74 |
| Binary | 110101 | 11111011 | 11011011 | 1001111 | 0 | 1101 | 10 | 10101010 | 1100000 | 111100 |
Color Harmonies of #35FBDB
Complementary color
Monochromatic Colors of #35FBDB
Black with #35FBDB
Text Example
Text Example
White with #35FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FBDB; }
p { color: rgb(53,251,219); }
H1.HeaderClassName
{
color: #35FBDB;
}
.AnyTagClassName
{
color: #35FBDB;
}
</style>
background-color css
<style>
a { background-color: #35FBDB; }
a { background-color: rgb(53,251,219); }
div.DivClassName
{
background-color: #35FBDB;
}
.BgClassName
{
background-color: #35FBDB;
}
</style>
border-color css
<style>
span { border-color: #35FBDB; }
span { border-color: rgb(53,251,219); }
td.TdClassName
{
border-color: #35FBDB;
}
.TagClassName
{
border-color: #35FBDB;
}
</style>