Shades of Turquoise #43EFD6
Tints of Turquoise #43EFD6
RGB
CMYK
RGB Variations
Color information
#43EFD6 (or 0x43EFD6) is known color: Turquoise. HEX triplet: 43, EF and D6. RGB value is (67,239,214). Sum of RGB (Red+Green+Blue) = 67+239+214=520 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.88% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFD6 is #BC1029. Grayscale: #B8B8B8. Windows color (decimal): -12324906 or 14085955. OLE color: 14085955.
HSL color Cylindrical-coordinate representation of color #43EFD6: hue angle of 171.28º 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 #43EFD6 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 214 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.06 |
| HSL | 171.28º | 0.84% | 0.6% | - |
| HSV(B) | 171.28º | 0.72% | 0.94% | - |
| XYZ | 45.32 | 67.78 | 74.31 | - |
| YUV | 184.72 | 144.52 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 214 | 0.72 | 0 | 0.10 | 0.06 | 171.28 | 0.84 | 0.6 |
| Hex | 43 | EF | D6 | 48 | 0 | A | 6 | AB | 54 | 3C |
| Octal | 103 | 357 | 326 | 110 | 0 | 12 | 6 | 253 | 124 | 74 |
| Binary | 1000011 | 11101111 | 11010110 | 1001000 | 0 | 1010 | 110 | 10101011 | 1010100 | 111100 |
Color Harmonies of #43EFD6
Complementary color
Monochromatic Colors of #43EFD6
Black with #43EFD6
Text Example
Text Example
White with #43EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFD6; }
p { color: rgb(67,239,214); }
H1.HeaderClassName
{
color: #43EFD6;
}
.AnyTagClassName
{
color: #43EFD6;
}
</style>
background-color css
<style>
a { background-color: #43EFD6; }
a { background-color: rgb(67,239,214); }
div.DivClassName
{
background-color: #43EFD6;
}
.BgClassName
{
background-color: #43EFD6;
}
</style>
border-color css
<style>
span { border-color: #43EFD6; }
span { border-color: rgb(67,239,214); }
td.TdClassName
{
border-color: #43EFD6;
}
.TagClassName
{
border-color: #43EFD6;
}
</style>