Shades of Medium Turquoise #35CECF
Tints of Medium Turquoise #35CECF
RGB
CMYK
RGB Variations
Color information
#35CECF (or 0x35CECF) is known color: Medium Turquoise. HEX triplet: 35, CE and CF. RGB value is (53,206,207). Sum of RGB (Red+Green+Blue) = 53+206+207=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #35CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CECF is #CA3130. Grayscale: #A0A0A0. Windows color (decimal): -13250865 or 13618741. OLE color: 13618741.
HSL color Cylindrical-coordinate representation of color #35CECF: hue angle of 180.39º 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 #35CECF is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 207 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.19 |
| HSL | 180.39º | 0.62% | 0.51% | - |
| HSV(B) | 180.39º | 0.74% | 0.81% | - |
| XYZ | 34.8 | 49.4 | 66.73 | - |
| YUV | 160.37 | 154.31 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 207 | 0.74 | 0.00 | 0 | 0.19 | 180.39 | 0.62 | 0.51 |
| Hex | 35 | CE | CF | 4A | 0 | 0 | 13 | B4 | 3E | 33 |
| Octal | 65 | 316 | 317 | 112 | 0 | 0 | 23 | 264 | 76 | 63 |
| Binary | 110101 | 11001110 | 11001111 | 1001010 | 0 | 0 | 10011 | 10110100 | 111110 | 110011 |
Color Harmonies of #35CECF
Complementary color
Monochromatic Colors of #35CECF
Black with #35CECF
Text Example
Text Example
White with #35CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CECF; }
p { color: rgb(53,206,207); }
H1.HeaderClassName
{
color: #35CECF;
}
.AnyTagClassName
{
color: #35CECF;
}
</style>
background-color css
<style>
a { background-color: #35CECF; }
a { background-color: rgb(53,206,207); }
div.DivClassName
{
background-color: #35CECF;
}
.BgClassName
{
background-color: #35CECF;
}
</style>
border-color css
<style>
span { border-color: #35CECF; }
span { border-color: rgb(53,206,207); }
td.TdClassName
{
border-color: #35CECF;
}
.TagClassName
{
border-color: #35CECF;
}
</style>