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