Shades of Turquoise #35D7F6
Tints of Turquoise #35D7F6
RGB
CMYK
RGB Variations
Color information
#35D7F6 (or 0x35D7F6) is known color: Turquoise. HEX triplet: 35, D7 and F6. RGB value is (53,215,246). Sum of RGB (Red+Green+Blue) = 53+215+246=514 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.31% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #35D7F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D7F6 is #CA2809. Grayscale: #A9A9A9. Windows color (decimal): -13248522 or 16176949. OLE color: 16176949.
HSL color Cylindrical-coordinate representation of color #35D7F6: hue angle of 189.64º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35D7F6 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 215 | 246 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.04 |
| HSL | 189.64º | 0.91% | 0.59% | - |
| HSV(B) | 189.64º | 0.78% | 0.96% | - |
| XYZ | 42.4 | 56.01 | 95.77 | - |
| YUV | 170.1 | 170.83 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 215 | 246 | 0.78 | 0.13 | 0 | 0.04 | 189.64 | 0.91 | 0.59 |
| Hex | 35 | D7 | F6 | 4E | D | 0 | 4 | BE | 5B | 3B |
| Octal | 65 | 327 | 366 | 116 | 15 | 0 | 4 | 276 | 133 | 73 |
| Binary | 110101 | 11010111 | 11110110 | 1001110 | 1101 | 0 | 100 | 10111110 | 1011011 | 111011 |
Color Harmonies of #35D7F6
Complementary color
Monochromatic Colors of #35D7F6
Black with #35D7F6
Text Example
Text Example
White with #35D7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D7F6; }
p { color: rgb(53,215,246); }
H1.HeaderClassName
{
color: #35D7F6;
}
.AnyTagClassName
{
color: #35D7F6;
}
</style>
background-color css
<style>
a { background-color: #35D7F6; }
a { background-color: rgb(53,215,246); }
div.DivClassName
{
background-color: #35D7F6;
}
.BgClassName
{
background-color: #35D7F6;
}
</style>
border-color css
<style>
span { border-color: #35D7F6; }
span { border-color: rgb(53,215,246); }
td.TdClassName
{
border-color: #35D7F6;
}
.TagClassName
{
border-color: #35D7F6;
}
</style>