Shades of Medium Turquoise #35CCD6
Tints of Medium Turquoise #35CCD6
RGB
CMYK
RGB Variations
Color information
#35CCD6 (or 0x35CCD6) is known color: Medium Turquoise. HEX triplet: 35, CC and D6. RGB value is (53,204,214). Sum of RGB (Red+Green+Blue) = 53+204+214=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #35CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CCD6 is #CA3329. Grayscale: #9F9F9F. Windows color (decimal): -13251370 or 14076981. OLE color: 14076981.
HSL color Cylindrical-coordinate representation of color #35CCD6: hue angle of 183.73º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35CCD6 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 204 | 214 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.16 |
| HSL | 183.73º | 0.66% | 0.52% | - |
| HSV(B) | 183.73º | 0.75% | 0.84% | - |
| XYZ | 35.2 | 48.8 | 71.18 | - |
| YUV | 159.99 | 158.47 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 204 | 214 | 0.75 | 0.05 | 0 | 0.16 | 183.73 | 0.66 | 0.52 |
| Hex | 35 | CC | D6 | 4B | 5 | 0 | 10 | B8 | 42 | 34 |
| Octal | 65 | 314 | 326 | 113 | 5 | 0 | 20 | 270 | 102 | 64 |
| Binary | 110101 | 11001100 | 11010110 | 1001011 | 101 | 0 | 10000 | 10111000 | 1000010 | 110100 |
Color Harmonies of #35CCD6
Complementary color
Monochromatic Colors of #35CCD6
Black with #35CCD6
Text Example
Text Example
White with #35CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CCD6; }
p { color: rgb(53,204,214); }
H1.HeaderClassName
{
color: #35CCD6;
}
.AnyTagClassName
{
color: #35CCD6;
}
</style>
background-color css
<style>
a { background-color: #35CCD6; }
a { background-color: rgb(53,204,214); }
div.DivClassName
{
background-color: #35CCD6;
}
.BgClassName
{
background-color: #35CCD6;
}
</style>
border-color css
<style>
span { border-color: #35CCD6; }
span { border-color: rgb(53,204,214); }
td.TdClassName
{
border-color: #35CCD6;
}
.TagClassName
{
border-color: #35CCD6;
}
</style>