Shades of Medium Turquoise #35CFC8
Tints of Medium Turquoise #35CFC8
RGB
CMYK
RGB Variations
Color information
#35CFC8 (or 0x35CFC8) is known color: Medium Turquoise. HEX triplet: 35, CF and C8. RGB value is (53,207,200). Sum of RGB (Red+Green+Blue) = 53+207+200=460 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.52% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFC8 is #CA3037. Grayscale: #A0A0A0. Windows color (decimal): -13250616 or 13160245. OLE color: 13160245.
HSL color Cylindrical-coordinate representation of color #35CFC8: hue angle of 177.27º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CFC8 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 200 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.19 |
| HSL | 177.27º | 0.62% | 0.51% | - |
| HSV(B) | 177.27º | 0.74% | 0.81% | - |
| XYZ | 34.21 | 49.55 | 62.41 | - |
| YUV | 160.16 | 150.48 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 200 | 0.74 | 0 | 0.03 | 0.19 | 177.27 | 0.62 | 0.51 |
| Hex | 35 | CF | C8 | 4A | 0 | 3 | 13 | B1 | 3E | 33 |
| Octal | 65 | 317 | 310 | 112 | 0 | 3 | 23 | 261 | 76 | 63 |
| Binary | 110101 | 11001111 | 11001000 | 1001010 | 0 | 11 | 10011 | 10110001 | 111110 | 110011 |
Color Harmonies of #35CFC8
Complementary color
Monochromatic Colors of #35CFC8
Black with #35CFC8
Text Example
Text Example
White with #35CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFC8; }
p { color: rgb(53,207,200); }
H1.HeaderClassName
{
color: #35CFC8;
}
.AnyTagClassName
{
color: #35CFC8;
}
</style>
background-color css
<style>
a { background-color: #35CFC8; }
a { background-color: rgb(53,207,200); }
div.DivClassName
{
background-color: #35CFC8;
}
.BgClassName
{
background-color: #35CFC8;
}
</style>
border-color css
<style>
span { border-color: #35CFC8; }
span { border-color: rgb(53,207,200); }
td.TdClassName
{
border-color: #35CFC8;
}
.TagClassName
{
border-color: #35CFC8;
}
</style>