Shades of Turquoise #43EECB
Tints of Turquoise #43EECB
RGB
CMYK
RGB Variations
Color information
#43EECB (or 0x43EECB) is known color: Turquoise. HEX triplet: 43, EE and CB. RGB value is (67,238,203). Sum of RGB (Red+Green+Blue) = 67+238+203=508 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.19% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #43EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EECB is #BC1134. Grayscale: #B6B6B6. Windows color (decimal): -12325173 or 13364803. OLE color: 13364803.
HSL color Cylindrical-coordinate representation of color #43EECB: hue angle of 167.72º 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 #43EECB is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 238 | 203 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.07 |
| HSL | 167.72º | 0.83% | 0.6% | - |
| HSV(B) | 167.72º | 0.72% | 0.93% | - |
| XYZ | 43.67 | 66.65 | 67.06 | - |
| YUV | 182.88 | 139.35 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 203 | 0.72 | 0 | 0.15 | 0.07 | 167.72 | 0.83 | 0.6 |
| Hex | 43 | EE | CB | 48 | 0 | F | 7 | A8 | 53 | 3C |
| Octal | 103 | 356 | 313 | 110 | 0 | 17 | 7 | 250 | 123 | 74 |
| Binary | 1000011 | 11101110 | 11001011 | 1001000 | 0 | 1111 | 111 | 10101000 | 1010011 | 111100 |
Color Harmonies of #43EECB
Complementary color
Monochromatic Colors of #43EECB
Black with #43EECB
Text Example
Text Example
White with #43EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EECB; }
p { color: rgb(67,238,203); }
H1.HeaderClassName
{
color: #43EECB;
}
.AnyTagClassName
{
color: #43EECB;
}
</style>
background-color css
<style>
a { background-color: #43EECB; }
a { background-color: rgb(67,238,203); }
div.DivClassName
{
background-color: #43EECB;
}
.BgClassName
{
background-color: #43EECB;
}
</style>
border-color css
<style>
span { border-color: #43EECB; }
span { border-color: rgb(67,238,203); }
td.TdClassName
{
border-color: #43EECB;
}
.TagClassName
{
border-color: #43EECB;
}
</style>