Shades of Turquoise #35DBDF
Tints of Turquoise #35DBDF
RGB
CMYK
RGB Variations
Color information
#35DBDF (or 0x35DBDF) is known color: Turquoise. HEX triplet: 35, DB and DF. RGB value is (53,219,223). Sum of RGB (Red+Green+Blue) = 53+219+223=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #35DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DBDF is #CA2420. Grayscale: #A9A9A9. Windows color (decimal): -13247521 or 14670645. OLE color: 14670645.
HSL color Cylindrical-coordinate representation of color #35DBDF: hue angle of 181.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DBDF is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 219 | 223 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.13 |
| HSL | 181.41º | 0.73% | 0.54% | - |
| HSV(B) | 181.41º | 0.76% | 0.87% | - |
| XYZ | 40.12 | 56.75 | 78.65 | - |
| YUV | 169.82 | 158 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 223 | 0.76 | 0.02 | 0 | 0.13 | 181.41 | 0.73 | 0.54 |
| Hex | 35 | DB | DF | 4C | 2 | 0 | D | B5 | 49 | 36 |
| Octal | 65 | 333 | 337 | 114 | 2 | 0 | 15 | 265 | 111 | 66 |
| Binary | 110101 | 11011011 | 11011111 | 1001100 | 10 | 0 | 1101 | 10110101 | 1001001 | 110110 |
Color Harmonies of #35DBDF
Complementary color
Monochromatic Colors of #35DBDF
Black with #35DBDF
Text Example
Text Example
White with #35DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DBDF; }
p { color: rgb(53,219,223); }
H1.HeaderClassName
{
color: #35DBDF;
}
.AnyTagClassName
{
color: #35DBDF;
}
</style>
background-color css
<style>
a { background-color: #35DBDF; }
a { background-color: rgb(53,219,223); }
div.DivClassName
{
background-color: #35DBDF;
}
.BgClassName
{
background-color: #35DBDF;
}
</style>
border-color css
<style>
span { border-color: #35DBDF; }
span { border-color: rgb(53,219,223); }
td.TdClassName
{
border-color: #35DBDF;
}
.TagClassName
{
border-color: #35DBDF;
}
</style>