Shades of Medium Turquoise #35CFC2
Tints of Medium Turquoise #35CFC2
RGB
CMYK
RGB Variations
Color information
#35CFC2 (or 0x35CFC2) is known color: Medium Turquoise. HEX triplet: 35, CF and C2. RGB value is (53,207,194). Sum of RGB (Red+Green+Blue) = 53+207+194=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFC2 is #CA303D. Grayscale: #9F9F9F. Windows color (decimal): -13250622 or 12767029. OLE color: 12767029.
HSL color Cylindrical-coordinate representation of color #35CFC2: hue angle of 174.94º 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 #35CFC2 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 194 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.19 |
| HSL | 174.94º | 0.62% | 0.51% | - |
| HSV(B) | 174.94º | 0.74% | 0.81% | - |
| XYZ | 33.52 | 49.28 | 58.78 | - |
| YUV | 159.47 | 147.48 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 194 | 0.74 | 0 | 0.06 | 0.19 | 174.94 | 0.62 | 0.51 |
| Hex | 35 | CF | C2 | 4A | 0 | 6 | 13 | AF | 3E | 33 |
| Octal | 65 | 317 | 302 | 112 | 0 | 6 | 23 | 257 | 76 | 63 |
| Binary | 110101 | 11001111 | 11000010 | 1001010 | 0 | 110 | 10011 | 10101111 | 111110 | 110011 |
Color Harmonies of #35CFC2
Complementary color
Monochromatic Colors of #35CFC2
Black with #35CFC2
Text Example
Text Example
White with #35CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFC2; }
p { color: rgb(53,207,194); }
H1.HeaderClassName
{
color: #35CFC2;
}
.AnyTagClassName
{
color: #35CFC2;
}
</style>
background-color css
<style>
a { background-color: #35CFC2; }
a { background-color: rgb(53,207,194); }
div.DivClassName
{
background-color: #35CFC2;
}
.BgClassName
{
background-color: #35CFC2;
}
</style>
border-color css
<style>
span { border-color: #35CFC2; }
span { border-color: rgb(53,207,194); }
td.TdClassName
{
border-color: #35CFC2;
}
.TagClassName
{
border-color: #35CFC2;
}
</style>