Shades of Turquoise #43EFE1
Tints of Turquoise #43EFE1
RGB
CMYK
RGB Variations
Color information
#43EFE1 (or 0x43EFE1) is known color: Turquoise. HEX triplet: 43, EF and E1. RGB value is (67,239,225). Sum of RGB (Red+Green+Blue) = 67+239+225=531 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.62% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFE1 is #BC101E. Grayscale: #B9B9B9. Windows color (decimal): -12324895 or 14806851. OLE color: 14806851.
HSL color Cylindrical-coordinate representation of color #43EFE1: hue angle of 175.12º 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 #43EFE1 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 225 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.06 |
| HSL | 175.12º | 0.84% | 0.6% | - |
| HSV(B) | 175.12º | 0.72% | 0.94% | - |
| XYZ | 46.77 | 68.36 | 81.96 | - |
| YUV | 185.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 225 | 0.72 | 0 | 0.06 | 0.06 | 175.12 | 0.84 | 0.6 |
| Hex | 43 | EF | E1 | 48 | 0 | 6 | 6 | AF | 54 | 3C |
| Octal | 103 | 357 | 341 | 110 | 0 | 6 | 6 | 257 | 124 | 74 |
| Binary | 1000011 | 11101111 | 11100001 | 1001000 | 0 | 110 | 110 | 10101111 | 1010100 | 111100 |
Color Harmonies of #43EFE1
Complementary color
Monochromatic Colors of #43EFE1
Black with #43EFE1
Text Example
Text Example
White with #43EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFE1; }
p { color: rgb(67,239,225); }
H1.HeaderClassName
{
color: #43EFE1;
}
.AnyTagClassName
{
color: #43EFE1;
}
</style>
background-color css
<style>
a { background-color: #43EFE1; }
a { background-color: rgb(67,239,225); }
div.DivClassName
{
background-color: #43EFE1;
}
.BgClassName
{
background-color: #43EFE1;
}
</style>
border-color css
<style>
span { border-color: #43EFE1; }
span { border-color: rgb(67,239,225); }
td.TdClassName
{
border-color: #43EFE1;
}
.TagClassName
{
border-color: #43EFE1;
}
</style>