Shades of Turquoise #43EFF8
Tints of Turquoise #43EFF8
RGB
CMYK
RGB Variations
Color information
#43EFF8 (or 0x43EFF8) is known color: Turquoise. HEX triplet: 43, EF and F8. RGB value is (67,239,248). Sum of RGB (Red+Green+Blue) = 67+239+248=554 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.09% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #43EFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EFF8 is #BC1007. Grayscale: #BCBCBC. Windows color (decimal): -12324872 or 16314179. OLE color: 16314179.
HSL color Cylindrical-coordinate representation of color #43EFF8: hue angle of 182.98º 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 #43EFF8 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 239 | 248 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.03 |
| HSL | 182.98º | 0.93% | 0.62% | - |
| HSV(B) | 182.98º | 0.73% | 0.97% | - |
| XYZ | 50.12 | 69.7 | 99.62 | - |
| YUV | 188.6 | 161.52 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 248 | 0.73 | 0.04 | 0 | 0.03 | 182.98 | 0.93 | 0.62 |
| Hex | 43 | EF | F8 | 49 | 4 | 0 | 3 | B7 | 5D | 3E |
| Octal | 103 | 357 | 370 | 111 | 4 | 0 | 3 | 267 | 135 | 76 |
| Binary | 1000011 | 11101111 | 11111000 | 1001001 | 100 | 0 | 11 | 10110111 | 1011101 | 111110 |
Color Harmonies of #43EFF8
Complementary color
Monochromatic Colors of #43EFF8
Black with #43EFF8
Text Example
Text Example
White with #43EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFF8; }
p { color: rgb(67,239,248); }
H1.HeaderClassName
{
color: #43EFF8;
}
.AnyTagClassName
{
color: #43EFF8;
}
</style>
background-color css
<style>
a { background-color: #43EFF8; }
a { background-color: rgb(67,239,248); }
div.DivClassName
{
background-color: #43EFF8;
}
.BgClassName
{
background-color: #43EFF8;
}
</style>
border-color css
<style>
span { border-color: #43EFF8; }
span { border-color: rgb(67,239,248); }
td.TdClassName
{
border-color: #43EFF8;
}
.TagClassName
{
border-color: #43EFF8;
}
</style>