Shades of Turquoise #43EEF8
Tints of Turquoise #43EEF8
RGB
CMYK
RGB Variations
Color information
#43EEF8 (or 0x43EEF8) is known color: Turquoise. HEX triplet: 43, EE and F8. RGB value is (67,238,248). Sum of RGB (Red+Green+Blue) = 67+238+248=553 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.12% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #43EEF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EEF8 is #BC1107. Grayscale: #BBBBBB. Windows color (decimal): -12325128 or 16313923. OLE color: 16313923.
HSL color Cylindrical-coordinate representation of color #43EEF8: hue angle of 183.31º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43EEF8 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 238 | 248 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.03 |
| HSL | 183.31º | 0.93% | 0.62% | - |
| HSV(B) | 183.31º | 0.73% | 0.97% | - |
| XYZ | 49.83 | 69.12 | 99.52 | - |
| YUV | 188.01 | 161.85 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 248 | 0.73 | 0.04 | 0 | 0.03 | 183.31 | 0.93 | 0.62 |
| Hex | 43 | EE | F8 | 49 | 4 | 0 | 3 | B7 | 5D | 3E |
| Octal | 103 | 356 | 370 | 111 | 4 | 0 | 3 | 267 | 135 | 76 |
| Binary | 1000011 | 11101110 | 11111000 | 1001001 | 100 | 0 | 11 | 10110111 | 1011101 | 111110 |
Color Harmonies of #43EEF8
Complementary color
Monochromatic Colors of #43EEF8
Black with #43EEF8
Text Example
Text Example
White with #43EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EEF8; }
p { color: rgb(67,238,248); }
H1.HeaderClassName
{
color: #43EEF8;
}
.AnyTagClassName
{
color: #43EEF8;
}
</style>
background-color css
<style>
a { background-color: #43EEF8; }
a { background-color: rgb(67,238,248); }
div.DivClassName
{
background-color: #43EEF8;
}
.BgClassName
{
background-color: #43EEF8;
}
</style>
border-color css
<style>
span { border-color: #43EEF8; }
span { border-color: rgb(67,238,248); }
td.TdClassName
{
border-color: #43EEF8;
}
.TagClassName
{
border-color: #43EEF8;
}
</style>