Shades of Medium Turquoise #35CFC4
Tints of Medium Turquoise #35CFC4
RGB
CMYK
RGB Variations
Color information
#35CFC4 (or 0x35CFC4) is known color: Medium Turquoise. HEX triplet: 35, CF and C4. RGB value is (53,207,196). Sum of RGB (Red+Green+Blue) = 53+207+196=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFC4 is #CA303B. Grayscale: #9F9F9F. Windows color (decimal): -13250620 or 12898101. OLE color: 12898101.
HSL color Cylindrical-coordinate representation of color #35CFC4: hue angle of 175.71º 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 #35CFC4 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 196 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.19 |
| HSL | 175.71º | 0.62% | 0.51% | - |
| HSV(B) | 175.71º | 0.74% | 0.81% | - |
| XYZ | 33.74 | 49.37 | 59.98 | - |
| YUV | 159.7 | 148.48 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 196 | 0.74 | 0 | 0.05 | 0.19 | 175.71 | 0.62 | 0.51 |
| Hex | 35 | CF | C4 | 4A | 0 | 5 | 13 | B0 | 3E | 33 |
| Octal | 65 | 317 | 304 | 112 | 0 | 5 | 23 | 260 | 76 | 63 |
| Binary | 110101 | 11001111 | 11000100 | 1001010 | 0 | 101 | 10011 | 10110000 | 111110 | 110011 |
Color Harmonies of #35CFC4
Complementary color
Monochromatic Colors of #35CFC4
Black with #35CFC4
Text Example
Text Example
White with #35CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFC4; }
p { color: rgb(53,207,196); }
H1.HeaderClassName
{
color: #35CFC4;
}
.AnyTagClassName
{
color: #35CFC4;
}
</style>
background-color css
<style>
a { background-color: #35CFC4; }
a { background-color: rgb(53,207,196); }
div.DivClassName
{
background-color: #35CFC4;
}
.BgClassName
{
background-color: #35CFC4;
}
</style>
border-color css
<style>
span { border-color: #35CFC4; }
span { border-color: rgb(53,207,196); }
td.TdClassName
{
border-color: #35CFC4;
}
.TagClassName
{
border-color: #35CFC4;
}
</style>