Shades of Turquoise #35F1DB
Tints of Turquoise #35F1DB
RGB
CMYK
RGB Variations
Color information
#35F1DB (or 0x35F1DB) is known color: Turquoise. HEX triplet: 35, F1 and DB. RGB value is (53,241,219). Sum of RGB (Red+Green+Blue) = 53+241+219=513 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.33% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #35F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F1DB is #CA0E24. Grayscale: #B6B6B6. Windows color (decimal): -13241893 or 14414133. OLE color: 14414133.
HSL color Cylindrical-coordinate representation of color #35F1DB: hue angle of 172.98º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F1DB is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 241 | 219 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.05 |
| HSL | 172.98º | 0.87% | 0.58% | - |
| HSV(B) | 172.98º | 0.78% | 0.95% | - |
| XYZ | 45.71 | 68.78 | 77.88 | - |
| YUV | 182.28 | 148.72 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 241 | 219 | 0.78 | 0 | 0.09 | 0.05 | 172.98 | 0.87 | 0.58 |
| Hex | 35 | F1 | DB | 4E | 0 | 9 | 5 | AD | 57 | 3A |
| Octal | 65 | 361 | 333 | 116 | 0 | 11 | 5 | 255 | 127 | 72 |
| Binary | 110101 | 11110001 | 11011011 | 1001110 | 0 | 1001 | 101 | 10101101 | 1010111 | 111010 |
Color Harmonies of #35F1DB
Complementary color
Monochromatic Colors of #35F1DB
Black with #35F1DB
Text Example
Text Example
White with #35F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F1DB; }
p { color: rgb(53,241,219); }
H1.HeaderClassName
{
color: #35F1DB;
}
.AnyTagClassName
{
color: #35F1DB;
}
</style>
background-color css
<style>
a { background-color: #35F1DB; }
a { background-color: rgb(53,241,219); }
div.DivClassName
{
background-color: #35F1DB;
}
.BgClassName
{
background-color: #35F1DB;
}
</style>
border-color css
<style>
span { border-color: #35F1DB; }
span { border-color: rgb(53,241,219); }
td.TdClassName
{
border-color: #35F1DB;
}
.TagClassName
{
border-color: #35F1DB;
}
</style>