Shades of Turquoise #43EEC4
Tints of Turquoise #43EEC4
RGB
CMYK
RGB Variations
Color information
#43EEC4 (or 0x43EEC4) is known color: Turquoise. HEX triplet: 43, EE and C4. RGB value is (67,238,196). Sum of RGB (Red+Green+Blue) = 67+238+196=501 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.37% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #43EEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EEC4 is #BC113B. Grayscale: #B6B6B6. Windows color (decimal): -12325180 or 12906051. OLE color: 12906051.
HSL color Cylindrical-coordinate representation of color #43EEC4: hue angle of 165.26º 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 #43EEC4 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 238 | 196 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.07 |
| HSL | 165.26º | 0.83% | 0.6% | - |
| HSV(B) | 165.26º | 0.72% | 0.93% | - |
| XYZ | 42.85 | 66.33 | 62.77 | - |
| YUV | 182.08 | 135.85 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 196 | 0.72 | 0 | 0.18 | 0.07 | 165.26 | 0.83 | 0.6 |
| Hex | 43 | EE | C4 | 48 | 0 | 12 | 7 | A5 | 53 | 3C |
| Octal | 103 | 356 | 304 | 110 | 0 | 22 | 7 | 245 | 123 | 74 |
| Binary | 1000011 | 11101110 | 11000100 | 1001000 | 0 | 10010 | 111 | 10100101 | 1010011 | 111100 |
Color Harmonies of #43EEC4
Complementary color
Monochromatic Colors of #43EEC4
Black with #43EEC4
Text Example
Text Example
White with #43EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EEC4; }
p { color: rgb(67,238,196); }
H1.HeaderClassName
{
color: #43EEC4;
}
.AnyTagClassName
{
color: #43EEC4;
}
</style>
background-color css
<style>
a { background-color: #43EEC4; }
a { background-color: rgb(67,238,196); }
div.DivClassName
{
background-color: #43EEC4;
}
.BgClassName
{
background-color: #43EEC4;
}
</style>
border-color css
<style>
span { border-color: #43EEC4; }
span { border-color: rgb(67,238,196); }
td.TdClassName
{
border-color: #43EEC4;
}
.TagClassName
{
border-color: #43EEC4;
}
</style>