Shades of Turquoise #43EFCD
Tints of Turquoise #43EFCD
RGB
CMYK
RGB Variations
Color information
#43EFCD (or 0x43EFCD) is known color: Turquoise. HEX triplet: 43, EF and CD. RGB value is (67,239,205). Sum of RGB (Red+Green+Blue) = 67+239+205=511 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.11% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFCD is #BC1032. Grayscale: #B7B7B7. Windows color (decimal): -12324915 or 13496131. OLE color: 13496131.
HSL color Cylindrical-coordinate representation of color #43EFCD: hue angle of 168.14º 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 #43EFCD is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 205 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.06 |
| HSL | 168.14º | 0.84% | 0.6% | - |
| HSV(B) | 168.14º | 0.72% | 0.94% | - |
| XYZ | 44.2 | 67.33 | 68.42 | - |
| YUV | 183.7 | 140.02 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 205 | 0.72 | 0 | 0.14 | 0.06 | 168.14 | 0.84 | 0.6 |
| Hex | 43 | EF | CD | 48 | 0 | E | 6 | A8 | 54 | 3C |
| Octal | 103 | 357 | 315 | 110 | 0 | 16 | 6 | 250 | 124 | 74 |
| Binary | 1000011 | 11101111 | 11001101 | 1001000 | 0 | 1110 | 110 | 10101000 | 1010100 | 111100 |
Color Harmonies of #43EFCD
Complementary color
Monochromatic Colors of #43EFCD
Black with #43EFCD
Text Example
Text Example
White with #43EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFCD; }
p { color: rgb(67,239,205); }
H1.HeaderClassName
{
color: #43EFCD;
}
.AnyTagClassName
{
color: #43EFCD;
}
</style>
background-color css
<style>
a { background-color: #43EFCD; }
a { background-color: rgb(67,239,205); }
div.DivClassName
{
background-color: #43EFCD;
}
.BgClassName
{
background-color: #43EFCD;
}
</style>
border-color css
<style>
span { border-color: #43EFCD; }
span { border-color: rgb(67,239,205); }
td.TdClassName
{
border-color: #43EFCD;
}
.TagClassName
{
border-color: #43EFCD;
}
</style>