Shades of Turquoise #43EFDF
Tints of Turquoise #43EFDF
RGB
CMYK
RGB Variations
Color information
#43EFDF (or 0x43EFDF) is known color: Turquoise. HEX triplet: 43, EF and DF. RGB value is (67,239,223). Sum of RGB (Red+Green+Blue) = 67+239+223=529 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.67% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFDF is #BC1020. Grayscale: #B9B9B9. Windows color (decimal): -12324897 or 14675779. OLE color: 14675779.
HSL color Cylindrical-coordinate representation of color #43EFDF: hue angle of 174.42º 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 #43EFDF is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 223 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.06 |
| HSL | 174.42º | 0.84% | 0.6% | - |
| HSV(B) | 174.42º | 0.72% | 0.94% | - |
| XYZ | 46.5 | 68.25 | 80.54 | - |
| YUV | 185.75 | 149.02 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 223 | 0.72 | 0 | 0.07 | 0.06 | 174.42 | 0.84 | 0.6 |
| Hex | 43 | EF | DF | 48 | 0 | 7 | 6 | AE | 54 | 3C |
| Octal | 103 | 357 | 337 | 110 | 0 | 7 | 6 | 256 | 124 | 74 |
| Binary | 1000011 | 11101111 | 11011111 | 1001000 | 0 | 111 | 110 | 10101110 | 1010100 | 111100 |
Color Harmonies of #43EFDF
Complementary color
Monochromatic Colors of #43EFDF
Black with #43EFDF
Text Example
Text Example
White with #43EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFDF; }
p { color: rgb(67,239,223); }
H1.HeaderClassName
{
color: #43EFDF;
}
.AnyTagClassName
{
color: #43EFDF;
}
</style>
background-color css
<style>
a { background-color: #43EFDF; }
a { background-color: rgb(67,239,223); }
div.DivClassName
{
background-color: #43EFDF;
}
.BgClassName
{
background-color: #43EFDF;
}
</style>
border-color css
<style>
span { border-color: #43EFDF; }
span { border-color: rgb(67,239,223); }
td.TdClassName
{
border-color: #43EFDF;
}
.TagClassName
{
border-color: #43EFDF;
}
</style>