Shades of Turquoise #43EFE6
Tints of Turquoise #43EFE6
RGB
CMYK
RGB Variations
Color information
#43EFE6 (or 0x43EFE6) is known color: Turquoise. HEX triplet: 43, EF and E6. RGB value is (67,239,230). Sum of RGB (Red+Green+Blue) = 67+239+230=536 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.5% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EFE6 is #BC1019. Grayscale: #BABABA. Windows color (decimal): -12324890 or 15134531. OLE color: 15134531.
HSL color Cylindrical-coordinate representation of color #43EFE6: hue angle of 176.86º 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 #43EFE6 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 230 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.06 |
| HSL | 176.86º | 0.84% | 0.6% | - |
| HSV(B) | 176.86º | 0.72% | 0.94% | - |
| XYZ | 47.46 | 68.64 | 85.61 | - |
| YUV | 186.55 | 152.52 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 230 | 0.72 | 0 | 0.04 | 0.06 | 176.86 | 0.84 | 0.6 |
| Hex | 43 | EF | E6 | 48 | 0 | 4 | 6 | B1 | 54 | 3C |
| Octal | 103 | 357 | 346 | 110 | 0 | 4 | 6 | 261 | 124 | 74 |
| Binary | 1000011 | 11101111 | 11100110 | 1001000 | 0 | 100 | 110 | 10110001 | 1010100 | 111100 |
Color Harmonies of #43EFE6
Complementary color
Monochromatic Colors of #43EFE6
Black with #43EFE6
Text Example
Text Example
White with #43EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFE6; }
p { color: rgb(67,239,230); }
H1.HeaderClassName
{
color: #43EFE6;
}
.AnyTagClassName
{
color: #43EFE6;
}
</style>
background-color css
<style>
a { background-color: #43EFE6; }
a { background-color: rgb(67,239,230); }
div.DivClassName
{
background-color: #43EFE6;
}
.BgClassName
{
background-color: #43EFE6;
}
</style>
border-color css
<style>
span { border-color: #43EFE6; }
span { border-color: rgb(67,239,230); }
td.TdClassName
{
border-color: #43EFE6;
}
.TagClassName
{
border-color: #43EFE6;
}
</style>