Shades of Turquoise #43EEC3
Tints of Turquoise #43EEC3
RGB
CMYK
RGB Variations
Color information
#43EEC3 (or 0x43EEC3) is known color: Turquoise. HEX triplet: 43, EE and C3. RGB value is (67,238,195). Sum of RGB (Red+Green+Blue) = 67+238+195=500 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.4% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #43EEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EEC3 is #BC113C. Grayscale: #B5B5B5. Windows color (decimal): -12325181 or 12840515. OLE color: 12840515.
HSL color Cylindrical-coordinate representation of color #43EEC3: hue angle of 164.91º 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 #43EEC3 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 238 | 195 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.07 |
| HSL | 164.91º | 0.83% | 0.6% | - |
| HSV(B) | 164.91º | 0.72% | 0.93% | - |
| XYZ | 42.74 | 66.28 | 62.17 | - |
| YUV | 181.97 | 135.35 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 195 | 0.72 | 0 | 0.18 | 0.07 | 164.91 | 0.83 | 0.6 |
| Hex | 43 | EE | C3 | 48 | 0 | 12 | 7 | A5 | 53 | 3C |
| Octal | 103 | 356 | 303 | 110 | 0 | 22 | 7 | 245 | 123 | 74 |
| Binary | 1000011 | 11101110 | 11000011 | 1001000 | 0 | 10010 | 111 | 10100101 | 1010011 | 111100 |
Color Harmonies of #43EEC3
Complementary color
Monochromatic Colors of #43EEC3
Black with #43EEC3
Text Example
Text Example
White with #43EEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EEC3; }
p { color: rgb(67,238,195); }
H1.HeaderClassName
{
color: #43EEC3;
}
.AnyTagClassName
{
color: #43EEC3;
}
</style>
background-color css
<style>
a { background-color: #43EEC3; }
a { background-color: rgb(67,238,195); }
div.DivClassName
{
background-color: #43EEC3;
}
.BgClassName
{
background-color: #43EEC3;
}
</style>
border-color css
<style>
span { border-color: #43EEC3; }
span { border-color: rgb(67,238,195); }
td.TdClassName
{
border-color: #43EEC3;
}
.TagClassName
{
border-color: #43EEC3;
}
</style>