Shades of Turquoise #43EEF9
Tints of Turquoise #43EEF9
RGB
CMYK
RGB Variations
Color information
#43EEF9 (or 0x43EEF9) is known color: Turquoise. HEX triplet: 43, EE and F9. RGB value is (67,238,249). Sum of RGB (Red+Green+Blue) = 67+238+249=554 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.09% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #43EEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EEF9 is #BC1106. Grayscale: #BBBBBB. Windows color (decimal): -12325127 or 16379459. OLE color: 16379459.
HSL color Cylindrical-coordinate representation of color #43EEF9: hue angle of 183.63º degrees, saturation: 0.94, 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 #43EEF9 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 238 | 249 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.02 |
| HSL | 183.63º | 0.94% | 0.62% | - |
| HSV(B) | 183.63º | 0.73% | 0.98% | - |
| XYZ | 49.99 | 69.18 | 100.34 | - |
| YUV | 188.13 | 162.35 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 249 | 0.73 | 0.04 | 0 | 0.02 | 183.63 | 0.94 | 0.62 |
| Hex | 43 | EE | F9 | 49 | 4 | 0 | 2 | B8 | 5E | 3E |
| Octal | 103 | 356 | 371 | 111 | 4 | 0 | 2 | 270 | 136 | 76 |
| Binary | 1000011 | 11101110 | 11111001 | 1001001 | 100 | 0 | 10 | 10111000 | 1011110 | 111110 |
Color Harmonies of #43EEF9
Complementary color
Monochromatic Colors of #43EEF9
Black with #43EEF9
Text Example
Text Example
White with #43EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EEF9; }
p { color: rgb(67,238,249); }
H1.HeaderClassName
{
color: #43EEF9;
}
.AnyTagClassName
{
color: #43EEF9;
}
</style>
background-color css
<style>
a { background-color: #43EEF9; }
a { background-color: rgb(67,238,249); }
div.DivClassName
{
background-color: #43EEF9;
}
.BgClassName
{
background-color: #43EEF9;
}
</style>
border-color css
<style>
span { border-color: #43EEF9; }
span { border-color: rgb(67,238,249); }
td.TdClassName
{
border-color: #43EEF9;
}
.TagClassName
{
border-color: #43EEF9;
}
</style>