Shades of Turquoise #43FEEE
Tints of Turquoise #43FEEE
RGB
CMYK
RGB Variations
Color information
#43FEEE (or 0x43FEEE) is known color: Turquoise. HEX triplet: 43, FE and EE. RGB value is (67,254,238). Sum of RGB (Red+Green+Blue) = 67+254+238=559 (74% of max value = 765). Red value is 67 (26.56% from 255 or 11.99% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FEEE is #BC0111. Grayscale: #C4C4C4. Windows color (decimal): -12321042 or 15662659. OLE color: 15662659.
HSL color Cylindrical-coordinate representation of color #43FEEE: hue angle of 174.87º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FEEE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 238 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.00 |
| HSL | 174.87º | 0.99% | 0.63% | - |
| HSV(B) | 174.87º | 0.74% | 1% | - |
| XYZ | 53.19 | 78.25 | 93.19 | - |
| YUV | 196.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 238 | 0.74 | 0 | 0.06 | 0.00 | 174.87 | 0.99 | 0.63 |
| Hex | 43 | FE | EE | 4A | 0 | 6 | 0 | AF | 63 | 3F |
| Octal | 103 | 376 | 356 | 112 | 0 | 6 | 0 | 257 | 143 | 77 |
| Binary | 1000011 | 11111110 | 11101110 | 1001010 | 0 | 110 | 0 | 10101111 | 1100011 | 111111 |
Color Harmonies of #43FEEE
Complementary color
Monochromatic Colors of #43FEEE
Black with #43FEEE
Text Example
Text Example
White with #43FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEEE; }
p { color: rgb(67,254,238); }
H1.HeaderClassName
{
color: #43FEEE;
}
.AnyTagClassName
{
color: #43FEEE;
}
</style>
background-color css
<style>
a { background-color: #43FEEE; }
a { background-color: rgb(67,254,238); }
div.DivClassName
{
background-color: #43FEEE;
}
.BgClassName
{
background-color: #43FEEE;
}
</style>
border-color css
<style>
span { border-color: #43FEEE; }
span { border-color: rgb(67,254,238); }
td.TdClassName
{
border-color: #43FEEE;
}
.TagClassName
{
border-color: #43FEEE;
}
</style>