Shades of Turquoise #43EBC4
Tints of Turquoise #43EBC4
RGB
CMYK
RGB Variations
Color information
#43EBC4 (or 0x43EBC4) is known color: Turquoise. HEX triplet: 43, EB and C4. RGB value is (67,235,196). Sum of RGB (Red+Green+Blue) = 67+235+196=498 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.45% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #43EBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EBC4 is #BC143B. Grayscale: #B4B4B4. Windows color (decimal): -12325948 or 12905283. OLE color: 12905283.
HSL color Cylindrical-coordinate representation of color #43EBC4: hue angle of 166.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43EBC4 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 235 | 196 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.08 |
| HSL | 166.07º | 0.81% | 0.59% | - |
| HSV(B) | 166.07º | 0.71% | 0.92% | - |
| XYZ | 41.99 | 64.6 | 62.48 | - |
| YUV | 180.32 | 136.84 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 235 | 196 | 0.71 | 0 | 0.17 | 0.08 | 166.07 | 0.81 | 0.59 |
| Hex | 43 | EB | C4 | 47 | 0 | 11 | 8 | A6 | 51 | 3B |
| Octal | 103 | 353 | 304 | 107 | 0 | 21 | 10 | 246 | 121 | 73 |
| Binary | 1000011 | 11101011 | 11000100 | 1000111 | 0 | 10001 | 1000 | 10100110 | 1010001 | 111011 |
Color Harmonies of #43EBC4
Complementary color
Monochromatic Colors of #43EBC4
Black with #43EBC4
Text Example
Text Example
White with #43EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EBC4; }
p { color: rgb(67,235,196); }
H1.HeaderClassName
{
color: #43EBC4;
}
.AnyTagClassName
{
color: #43EBC4;
}
</style>
background-color css
<style>
a { background-color: #43EBC4; }
a { background-color: rgb(67,235,196); }
div.DivClassName
{
background-color: #43EBC4;
}
.BgClassName
{
background-color: #43EBC4;
}
</style>
border-color css
<style>
span { border-color: #43EBC4; }
span { border-color: rgb(67,235,196); }
td.TdClassName
{
border-color: #43EBC4;
}
.TagClassName
{
border-color: #43EBC4;
}
</style>