Shades of Medium Turquoise #43CEC2
Tints of Medium Turquoise #43CEC2
RGB
CMYK
RGB Variations
Color information
#43CEC2 (or 0x43CEC2) is known color: Medium Turquoise. HEX triplet: 43, CE and C2. RGB value is (67,206,194). Sum of RGB (Red+Green+Blue) = 67+206+194=467 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.35% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #43CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CEC2 is #BC313D. Grayscale: #A2A2A2. Windows color (decimal): -12333374 or 12766787. OLE color: 12766787.
HSL color Cylindrical-coordinate representation of color #43CEC2: hue angle of 174.82º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CEC2 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 194 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.19 |
| HSL | 174.82º | 0.59% | 0.54% | - |
| HSV(B) | 174.82º | 0.67% | 0.81% | - |
| XYZ | 34.12 | 49.23 | 58.74 | - |
| YUV | 163.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 194 | 0.67 | 0 | 0.06 | 0.19 | 174.82 | 0.59 | 0.54 |
| Hex | 43 | CE | C2 | 43 | 0 | 6 | 13 | AF | 3B | 36 |
| Octal | 103 | 316 | 302 | 103 | 0 | 6 | 23 | 257 | 73 | 66 |
| Binary | 1000011 | 11001110 | 11000010 | 1000011 | 0 | 110 | 10011 | 10101111 | 111011 | 110110 |
Color Harmonies of #43CEC2
Complementary color
Monochromatic Colors of #43CEC2
Black with #43CEC2
Text Example
Text Example
White with #43CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CEC2; }
p { color: rgb(67,206,194); }
H1.HeaderClassName
{
color: #43CEC2;
}
.AnyTagClassName
{
color: #43CEC2;
}
</style>
background-color css
<style>
a { background-color: #43CEC2; }
a { background-color: rgb(67,206,194); }
div.DivClassName
{
background-color: #43CEC2;
}
.BgClassName
{
background-color: #43CEC2;
}
</style>
border-color css
<style>
span { border-color: #43CEC2; }
span { border-color: rgb(67,206,194); }
td.TdClassName
{
border-color: #43CEC2;
}
.TagClassName
{
border-color: #43CEC2;
}
</style>