Shades of Turquoise #43EFC5
Tints of Turquoise #43EFC5
RGB
CMYK
RGB Variations
Color information
#43EFC5 (or 0x43EFC5) is known color: Turquoise. HEX triplet: 43, EF and C5. RGB value is (67,239,197). Sum of RGB (Red+Green+Blue) = 67+239+197=503 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.32% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFC5 is #BC103A. Grayscale: #B6B6B6. Windows color (decimal): -12324923 or 12971843. OLE color: 12971843.
HSL color Cylindrical-coordinate representation of color #43EFC5: hue angle of 165.35º 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 #43EFC5 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 197 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.06 |
| HSL | 165.35º | 0.84% | 0.6% | - |
| HSV(B) | 165.35º | 0.72% | 0.94% | - |
| XYZ | 43.26 | 66.96 | 63.47 | - |
| YUV | 182.78 | 136.02 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 197 | 0.72 | 0 | 0.18 | 0.06 | 165.35 | 0.84 | 0.6 |
| Hex | 43 | EF | C5 | 48 | 0 | 12 | 6 | A5 | 54 | 3C |
| Octal | 103 | 357 | 305 | 110 | 0 | 22 | 6 | 245 | 124 | 74 |
| Binary | 1000011 | 11101111 | 11000101 | 1001000 | 0 | 10010 | 110 | 10100101 | 1010100 | 111100 |
Color Harmonies of #43EFC5
Complementary color
Monochromatic Colors of #43EFC5
Black with #43EFC5
Text Example
Text Example
White with #43EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFC5; }
p { color: rgb(67,239,197); }
H1.HeaderClassName
{
color: #43EFC5;
}
.AnyTagClassName
{
color: #43EFC5;
}
</style>
background-color css
<style>
a { background-color: #43EFC5; }
a { background-color: rgb(67,239,197); }
div.DivClassName
{
background-color: #43EFC5;
}
.BgClassName
{
background-color: #43EFC5;
}
</style>
border-color css
<style>
span { border-color: #43EFC5; }
span { border-color: rgb(67,239,197); }
td.TdClassName
{
border-color: #43EFC5;
}
.TagClassName
{
border-color: #43EFC5;
}
</style>