Shades of Turquoise #43EEC2
Tints of Turquoise #43EEC2
RGB
CMYK
RGB Variations
Color information
#43EEC2 (or 0x43EEC2) is known color: Turquoise. HEX triplet: 43, EE and C2. RGB value is (67,238,194). Sum of RGB (Red+Green+Blue) = 67+238+194=499 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.43% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #43EEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EEC2 is #BC113D. Grayscale: #B5B5B5. Windows color (decimal): -12325182 or 12774979. OLE color: 12774979.
HSL color Cylindrical-coordinate representation of color #43EEC2: hue angle of 164.56º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EEC2 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 238 | 194 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.07 |
| HSL | 164.56º | 0.83% | 0.6% | - |
| HSV(B) | 164.56º | 0.72% | 0.93% | - |
| XYZ | 42.63 | 66.24 | 61.58 | - |
| YUV | 181.86 | 134.85 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 194 | 0.72 | 0 | 0.18 | 0.07 | 164.56 | 0.83 | 0.6 |
| Hex | 43 | EE | C2 | 48 | 0 | 12 | 7 | A5 | 53 | 3C |
| Octal | 103 | 356 | 302 | 110 | 0 | 22 | 7 | 245 | 123 | 74 |
| Binary | 1000011 | 11101110 | 11000010 | 1001000 | 0 | 10010 | 111 | 10100101 | 1010011 | 111100 |
Color Harmonies of #43EEC2
Complementary color
Monochromatic Colors of #43EEC2
Black with #43EEC2
Text Example
Text Example
White with #43EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EEC2; }
p { color: rgb(67,238,194); }
H1.HeaderClassName
{
color: #43EEC2;
}
.AnyTagClassName
{
color: #43EEC2;
}
</style>
background-color css
<style>
a { background-color: #43EEC2; }
a { background-color: rgb(67,238,194); }
div.DivClassName
{
background-color: #43EEC2;
}
.BgClassName
{
background-color: #43EEC2;
}
</style>
border-color css
<style>
span { border-color: #43EEC2; }
span { border-color: rgb(67,238,194); }
td.TdClassName
{
border-color: #43EEC2;
}
.TagClassName
{
border-color: #43EEC2;
}
</style>