Shades of Turquoise #35DFC4
Tints of Turquoise #35DFC4
RGB
CMYK
RGB Variations
Color information
#35DFC4 (or 0x35DFC4) is known color: Turquoise. HEX triplet: 35, DF and C4. RGB value is (53,223,196). Sum of RGB (Red+Green+Blue) = 53+223+196=472 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.23% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #35DFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DFC4 is #CA203B. Grayscale: #A9A9A9. Windows color (decimal): -13246524 or 12902197. OLE color: 12902197.
HSL color Cylindrical-coordinate representation of color #35DFC4: hue angle of 170.47º 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 #35DFC4 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 223 | 196 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.13 |
| HSL | 170.47º | 0.73% | 0.54% | - |
| HSV(B) | 170.47º | 0.76% | 0.87% | - |
| XYZ | 37.82 | 57.52 | 61.33 | - |
| YUV | 169.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 223 | 196 | 0.76 | 0 | 0.12 | 0.13 | 170.47 | 0.73 | 0.54 |
| Hex | 35 | DF | C4 | 4C | 0 | C | D | AA | 49 | 36 |
| Octal | 65 | 337 | 304 | 114 | 0 | 14 | 15 | 252 | 111 | 66 |
| Binary | 110101 | 11011111 | 11000100 | 1001100 | 0 | 1100 | 1101 | 10101010 | 1001001 | 110110 |
Color Harmonies of #35DFC4
Complementary color
Monochromatic Colors of #35DFC4
Black with #35DFC4
Text Example
Text Example
White with #35DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DFC4; }
p { color: rgb(53,223,196); }
H1.HeaderClassName
{
color: #35DFC4;
}
.AnyTagClassName
{
color: #35DFC4;
}
</style>
background-color css
<style>
a { background-color: #35DFC4; }
a { background-color: rgb(53,223,196); }
div.DivClassName
{
background-color: #35DFC4;
}
.BgClassName
{
background-color: #35DFC4;
}
</style>
border-color css
<style>
span { border-color: #35DFC4; }
span { border-color: rgb(53,223,196); }
td.TdClassName
{
border-color: #35DFC4;
}
.TagClassName
{
border-color: #35DFC4;
}
</style>