Shades of Turquoise #43EEFA
Tints of Turquoise #43EEFA
RGB
CMYK
RGB Variations
Color information
#43EEFA (or 0x43EEFA) is known color: Turquoise. HEX triplet: 43, EE and FA. RGB value is (67,238,250). Sum of RGB (Red+Green+Blue) = 67+238+250=555 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.07% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #43EEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EEFA is #BC1105. Grayscale: #BCBCBC. Windows color (decimal): -12325126 or 16444995. OLE color: 16444995.
HSL color Cylindrical-coordinate representation of color #43EEFA: hue angle of 183.93º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43EEFA is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 238 | 250 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.02 |
| HSL | 183.93º | 0.95% | 0.62% | - |
| HSV(B) | 183.93º | 0.73% | 0.98% | - |
| XYZ | 50.14 | 69.24 | 101.17 | - |
| YUV | 188.24 | 162.85 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 250 | 0.73 | 0.05 | 0 | 0.02 | 183.93 | 0.95 | 0.62 |
| Hex | 43 | EE | FA | 49 | 5 | 0 | 2 | B8 | 5F | 3E |
| Octal | 103 | 356 | 372 | 111 | 5 | 0 | 2 | 270 | 137 | 76 |
| Binary | 1000011 | 11101110 | 11111010 | 1001001 | 101 | 0 | 10 | 10111000 | 1011111 | 111110 |
Color Harmonies of #43EEFA
Complementary color
Monochromatic Colors of #43EEFA
Black with #43EEFA
Text Example
Text Example
White with #43EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EEFA; }
p { color: rgb(67,238,250); }
H1.HeaderClassName
{
color: #43EEFA;
}
.AnyTagClassName
{
color: #43EEFA;
}
</style>
background-color css
<style>
a { background-color: #43EEFA; }
a { background-color: rgb(67,238,250); }
div.DivClassName
{
background-color: #43EEFA;
}
.BgClassName
{
background-color: #43EEFA;
}
</style>
border-color css
<style>
span { border-color: #43EEFA; }
span { border-color: rgb(67,238,250); }
td.TdClassName
{
border-color: #43EEFA;
}
.TagClassName
{
border-color: #43EEFA;
}
</style>