Shades of Turquoise #43EEB4
Tints of Turquoise #43EEB4
RGB
CMYK
RGB Variations
Color information
#43EEB4 (or 0x43EEB4) is known color: Turquoise. HEX triplet: 43, EE and B4. RGB value is (67,238,180). Sum of RGB (Red+Green+Blue) = 67+238+180=485 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.81% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #43EEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EEB4 is #BC114B. Grayscale: #B4B4B4. Windows color (decimal): -12325196 or 11857475. OLE color: 11857475.
HSL color Cylindrical-coordinate representation of color #43EEB4: hue angle of 159.65º 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 #43EEB4 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 238 | 180 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.07 |
| HSL | 159.65º | 0.83% | 0.6% | - |
| HSV(B) | 159.65º | 0.72% | 0.93% | - |
| XYZ | 41.13 | 65.64 | 53.68 | - |
| YUV | 180.26 | 127.85 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 180 | 0.72 | 0 | 0.24 | 0.07 | 159.65 | 0.83 | 0.6 |
| Hex | 43 | EE | B4 | 48 | 0 | 18 | 7 | A0 | 53 | 3C |
| Octal | 103 | 356 | 264 | 110 | 0 | 30 | 7 | 240 | 123 | 74 |
| Binary | 1000011 | 11101110 | 10110100 | 1001000 | 0 | 11000 | 111 | 10100000 | 1010011 | 111100 |
Color Harmonies of #43EEB4
Complementary color
Monochromatic Colors of #43EEB4
Black with #43EEB4
Text Example
Text Example
White with #43EEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EEB4; }
p { color: rgb(67,238,180); }
H1.HeaderClassName
{
color: #43EEB4;
}
.AnyTagClassName
{
color: #43EEB4;
}
</style>
background-color css
<style>
a { background-color: #43EEB4; }
a { background-color: rgb(67,238,180); }
div.DivClassName
{
background-color: #43EEB4;
}
.BgClassName
{
background-color: #43EEB4;
}
</style>
border-color css
<style>
span { border-color: #43EEB4; }
span { border-color: rgb(67,238,180); }
td.TdClassName
{
border-color: #43EEB4;
}
.TagClassName
{
border-color: #43EEB4;
}
</style>