Shades of Turquoise #35DBF2
Tints of Turquoise #35DBF2
RGB
CMYK
RGB Variations
Color information
#35DBF2 (or 0x35DBF2) is known color: Turquoise. HEX triplet: 35, DB and F2. RGB value is (53,219,242). Sum of RGB (Red+Green+Blue) = 53+219+242=514 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.31% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #35DBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DBF2 is #CA240D. Grayscale: #ABABAB. Windows color (decimal): -13247502 or 15915829. OLE color: 15915829.
HSL color Cylindrical-coordinate representation of color #35DBF2: hue angle of 187.3º degrees, saturation: 0.88, 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 #35DBF2 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 219 | 242 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.05 |
| HSL | 187.3º | 0.88% | 0.58% | - |
| HSV(B) | 187.3º | 0.78% | 0.95% | - |
| XYZ | 42.83 | 57.83 | 92.91 | - |
| YUV | 171.99 | 167.5 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 242 | 0.78 | 0.10 | 0 | 0.05 | 187.3 | 0.88 | 0.58 |
| Hex | 35 | DB | F2 | 4E | A | 0 | 5 | BB | 58 | 3A |
| Octal | 65 | 333 | 362 | 116 | 12 | 0 | 5 | 273 | 130 | 72 |
| Binary | 110101 | 11011011 | 11110010 | 1001110 | 1010 | 0 | 101 | 10111011 | 1011000 | 111010 |
Color Harmonies of #35DBF2
Complementary color
Monochromatic Colors of #35DBF2
Black with #35DBF2
Text Example
Text Example
White with #35DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DBF2; }
p { color: rgb(53,219,242); }
H1.HeaderClassName
{
color: #35DBF2;
}
.AnyTagClassName
{
color: #35DBF2;
}
</style>
background-color css
<style>
a { background-color: #35DBF2; }
a { background-color: rgb(53,219,242); }
div.DivClassName
{
background-color: #35DBF2;
}
.BgClassName
{
background-color: #35DBF2;
}
</style>
border-color css
<style>
span { border-color: #35DBF2; }
span { border-color: rgb(53,219,242); }
td.TdClassName
{
border-color: #35DBF2;
}
.TagClassName
{
border-color: #35DBF2;
}
</style>