Shades of Turquoise Blue #43E5FE
Tints of Turquoise Blue #43E5FE
RGB
CMYK
RGB Variations
Color information
#43E5FE (or 0x43E5FE) is known color: Turquoise Blue. HEX triplet: 43, E5 and FE. RGB value is (67,229,254). Sum of RGB (Red+Green+Blue) = 67+229+254=550 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.18% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #43E5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43E5FE is #BC1A01. Grayscale: #B7B7B7. Windows color (decimal): -12327426 or 16704835. OLE color: 16704835.
HSL color Cylindrical-coordinate representation of color #43E5FE: hue angle of 188.02º 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 #43E5FE is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 229 | 254 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.00 |
| HSL | 188.02º | 0.99% | 0.63% | - |
| HSV(B) | 188.02º | 0.74% | 1% | - |
| XYZ | 48.22 | 64.39 | 103.65 | - |
| YUV | 183.41 | 167.83 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 229 | 254 | 0.74 | 0.10 | 0 | 0.00 | 188.02 | 0.99 | 0.63 |
| Hex | 43 | E5 | FE | 4A | A | 0 | 0 | BC | 63 | 3F |
| Octal | 103 | 345 | 376 | 112 | 12 | 0 | 0 | 274 | 143 | 77 |
| Binary | 1000011 | 11100101 | 11111110 | 1001010 | 1010 | 0 | 0 | 10111100 | 1100011 | 111111 |
Color Harmonies of #43E5FE
Complementary color
Monochromatic Colors of #43E5FE
Black with #43E5FE
Text Example
Text Example
White with #43E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E5FE; }
p { color: rgb(67,229,254); }
H1.HeaderClassName
{
color: #43E5FE;
}
.AnyTagClassName
{
color: #43E5FE;
}
</style>
background-color css
<style>
a { background-color: #43E5FE; }
a { background-color: rgb(67,229,254); }
div.DivClassName
{
background-color: #43E5FE;
}
.BgClassName
{
background-color: #43E5FE;
}
</style>
border-color css
<style>
span { border-color: #43E5FE; }
span { border-color: rgb(67,229,254); }
td.TdClassName
{
border-color: #43E5FE;
}
.TagClassName
{
border-color: #43E5FE;
}
</style>