Shades of Turquoise #35E4DF
Tints of Turquoise #35E4DF
RGB
CMYK
RGB Variations
Color information
#35E4DF (or 0x35E4DF) is known color: Turquoise. HEX triplet: 35, E4 and DF. RGB value is (53,228,223). Sum of RGB (Red+Green+Blue) = 53+228+223=504 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.52% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #35E4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E4DF is #CA1B20. Grayscale: #AEAEAE. Windows color (decimal): -13245217 or 14672949. OLE color: 14672949.
HSL color Cylindrical-coordinate representation of color #35E4DF: hue angle of 178.29º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E4DF is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 228 | 223 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.11 |
| HSL | 178.29º | 0.76% | 0.55% | - |
| HSV(B) | 178.29º | 0.77% | 0.89% | - |
| XYZ | 42.53 | 61.57 | 79.45 | - |
| YUV | 175.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 228 | 223 | 0.77 | 0 | 0.02 | 0.11 | 178.29 | 0.76 | 0.55 |
| Hex | 35 | E4 | DF | 4D | 0 | 2 | B | B2 | 4C | 37 |
| Octal | 65 | 344 | 337 | 115 | 0 | 2 | 13 | 262 | 114 | 67 |
| Binary | 110101 | 11100100 | 11011111 | 1001101 | 0 | 10 | 1011 | 10110010 | 1001100 | 110111 |
Color Harmonies of #35E4DF
Complementary color
Monochromatic Colors of #35E4DF
Black with #35E4DF
Text Example
Text Example
White with #35E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E4DF; }
p { color: rgb(53,228,223); }
H1.HeaderClassName
{
color: #35E4DF;
}
.AnyTagClassName
{
color: #35E4DF;
}
</style>
background-color css
<style>
a { background-color: #35E4DF; }
a { background-color: rgb(53,228,223); }
div.DivClassName
{
background-color: #35E4DF;
}
.BgClassName
{
background-color: #35E4DF;
}
</style>
border-color css
<style>
span { border-color: #35E4DF; }
span { border-color: rgb(53,228,223); }
td.TdClassName
{
border-color: #35E4DF;
}
.TagClassName
{
border-color: #35E4DF;
}
</style>