Shades of Turquoise #43EFC2
Tints of Turquoise #43EFC2
RGB
CMYK
RGB Variations
Color information
#43EFC2 (or 0x43EFC2) is known color: Turquoise. HEX triplet: 43, EF and C2. RGB value is (67,239,194). Sum of RGB (Red+Green+Blue) = 67+239+194=500 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.4% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFC2 is #BC103D. Grayscale: #B6B6B6. Windows color (decimal): -12324926 or 12775235. OLE color: 12775235.
HSL color Cylindrical-coordinate representation of color #43EFC2: hue angle of 164.3º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EFC2 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 194 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.06 |
| HSL | 164.3º | 0.84% | 0.6% | - |
| HSV(B) | 164.3º | 0.72% | 0.94% | - |
| XYZ | 42.92 | 66.82 | 61.67 | - |
| YUV | 182.44 | 134.52 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 194 | 0.72 | 0 | 0.19 | 0.06 | 164.3 | 0.84 | 0.6 |
| Hex | 43 | EF | C2 | 48 | 0 | 13 | 6 | A4 | 54 | 3C |
| Octal | 103 | 357 | 302 | 110 | 0 | 23 | 6 | 244 | 124 | 74 |
| Binary | 1000011 | 11101111 | 11000010 | 1001000 | 0 | 10011 | 110 | 10100100 | 1010100 | 111100 |
Color Harmonies of #43EFC2
Complementary color
Monochromatic Colors of #43EFC2
Black with #43EFC2
Text Example
Text Example
White with #43EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFC2; }
p { color: rgb(67,239,194); }
H1.HeaderClassName
{
color: #43EFC2;
}
.AnyTagClassName
{
color: #43EFC2;
}
</style>
background-color css
<style>
a { background-color: #43EFC2; }
a { background-color: rgb(67,239,194); }
div.DivClassName
{
background-color: #43EFC2;
}
.BgClassName
{
background-color: #43EFC2;
}
</style>
border-color css
<style>
span { border-color: #43EFC2; }
span { border-color: rgb(67,239,194); }
td.TdClassName
{
border-color: #43EFC2;
}
.TagClassName
{
border-color: #43EFC2;
}
</style>