Shades of Turquoise #43EFC1
Tints of Turquoise #43EFC1
RGB
CMYK
RGB Variations
Color information
#43EFC1 (or 0x43EFC1) is known color: Turquoise. HEX triplet: 43, EF and C1. RGB value is (67,239,193). Sum of RGB (Red+Green+Blue) = 67+239+193=499 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.43% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFC1 is #BC103E. Grayscale: #B6B6B6. Windows color (decimal): -12324927 or 12709699. OLE color: 12709699.
HSL color Cylindrical-coordinate representation of color #43EFC1: hue angle of 163.95º 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 #43EFC1 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 193 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.06 |
| HSL | 163.95º | 0.84% | 0.6% | - |
| HSV(B) | 163.95º | 0.72% | 0.94% | - |
| XYZ | 42.81 | 66.78 | 61.09 | - |
| YUV | 182.33 | 134.02 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 193 | 0.72 | 0 | 0.19 | 0.06 | 163.95 | 0.84 | 0.6 |
| Hex | 43 | EF | C1 | 48 | 0 | 13 | 6 | A4 | 54 | 3C |
| Octal | 103 | 357 | 301 | 110 | 0 | 23 | 6 | 244 | 124 | 74 |
| Binary | 1000011 | 11101111 | 11000001 | 1001000 | 0 | 10011 | 110 | 10100100 | 1010100 | 111100 |
Color Harmonies of #43EFC1
Complementary color
Monochromatic Colors of #43EFC1
Black with #43EFC1
Text Example
Text Example
White with #43EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFC1; }
p { color: rgb(67,239,193); }
H1.HeaderClassName
{
color: #43EFC1;
}
.AnyTagClassName
{
color: #43EFC1;
}
</style>
background-color css
<style>
a { background-color: #43EFC1; }
a { background-color: rgb(67,239,193); }
div.DivClassName
{
background-color: #43EFC1;
}
.BgClassName
{
background-color: #43EFC1;
}
</style>
border-color css
<style>
span { border-color: #43EFC1; }
span { border-color: rgb(67,239,193); }
td.TdClassName
{
border-color: #43EFC1;
}
.TagClassName
{
border-color: #43EFC1;
}
</style>