Shades of Turquoise #43EFD5
Tints of Turquoise #43EFD5
RGB
CMYK
RGB Variations
Color information
#43EFD5 (or 0x43EFD5) is known color: Turquoise. HEX triplet: 43, EF and D5. RGB value is (67,239,213). Sum of RGB (Red+Green+Blue) = 67+239+213=519 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.91% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFD5 is #BC102A. Grayscale: #B8B8B8. Windows color (decimal): -12324907 or 14020419. OLE color: 14020419.
HSL color Cylindrical-coordinate representation of color #43EFD5: hue angle of 170.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EFD5 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 213 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.06 |
| HSL | 170.93º | 0.84% | 0.6% | - |
| HSV(B) | 170.93º | 0.72% | 0.94% | - |
| XYZ | 45.19 | 67.73 | 73.64 | - |
| YUV | 184.61 | 144.02 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 213 | 0.72 | 0 | 0.11 | 0.06 | 170.93 | 0.84 | 0.6 |
| Hex | 43 | EF | D5 | 48 | 0 | B | 6 | AB | 54 | 3C |
| Octal | 103 | 357 | 325 | 110 | 0 | 13 | 6 | 253 | 124 | 74 |
| Binary | 1000011 | 11101111 | 11010101 | 1001000 | 0 | 1011 | 110 | 10101011 | 1010100 | 111100 |
Color Harmonies of #43EFD5
Complementary color
Monochromatic Colors of #43EFD5
Black with #43EFD5
Text Example
Text Example
White with #43EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFD5; }
p { color: rgb(67,239,213); }
H1.HeaderClassName
{
color: #43EFD5;
}
.AnyTagClassName
{
color: #43EFD5;
}
</style>
background-color css
<style>
a { background-color: #43EFD5; }
a { background-color: rgb(67,239,213); }
div.DivClassName
{
background-color: #43EFD5;
}
.BgClassName
{
background-color: #43EFD5;
}
</style>
border-color css
<style>
span { border-color: #43EFD5; }
span { border-color: rgb(67,239,213); }
td.TdClassName
{
border-color: #43EFD5;
}
.TagClassName
{
border-color: #43EFD5;
}
</style>