Shades of Turquoise #35FDD5
Tints of Turquoise #35FDD5
RGB
CMYK
RGB Variations
Color information
#35FDD5 (or 0x35FDD5) is known color: Turquoise. HEX triplet: 35, FD and D5. RGB value is (53,253,213). Sum of RGB (Red+Green+Blue) = 53+253+213=519 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.21% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #35FDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FDD5 is #CA022A. Grayscale: #BCBCBC. Windows color (decimal): -13238827 or 14023989. OLE color: 14023989.
HSL color Cylindrical-coordinate representation of color #35FDD5: hue angle of 168º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FDD5 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 253 | 213 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.01 |
| HSL | 168º | 0.98% | 0.6% | - |
| HSV(B) | 168º | 0.79% | 0.99% | - |
| XYZ | 48.6 | 75.81 | 75.02 | - |
| YUV | 188.64 | 141.74 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 253 | 213 | 0.79 | 0 | 0.16 | 0.01 | 168 | 0.98 | 0.6 |
| Hex | 35 | FD | D5 | 4F | 0 | 10 | 1 | A8 | 62 | 3C |
| Octal | 65 | 375 | 325 | 117 | 0 | 20 | 1 | 250 | 142 | 74 |
| Binary | 110101 | 11111101 | 11010101 | 1001111 | 0 | 10000 | 1 | 10101000 | 1100010 | 111100 |
Color Harmonies of #35FDD5
Complementary color
Monochromatic Colors of #35FDD5
Black with #35FDD5
Text Example
Text Example
White with #35FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FDD5; }
p { color: rgb(53,253,213); }
H1.HeaderClassName
{
color: #35FDD5;
}
.AnyTagClassName
{
color: #35FDD5;
}
</style>
background-color css
<style>
a { background-color: #35FDD5; }
a { background-color: rgb(53,253,213); }
div.DivClassName
{
background-color: #35FDD5;
}
.BgClassName
{
background-color: #35FDD5;
}
</style>
border-color css
<style>
span { border-color: #35FDD5; }
span { border-color: rgb(53,253,213); }
td.TdClassName
{
border-color: #35FDD5;
}
.TagClassName
{
border-color: #35FDD5;
}
</style>