Shades of Turquoise Blue #54EDF3
Tints of Turquoise Blue #54EDF3
RGB
CMYK
RGB Variations
Color information
#54EDF3 (or 0x54EDF3) is known color: Turquoise Blue. HEX triplet: 54, ED and F3. RGB value is (84,237,243). Sum of RGB (Red+Green+Blue) = 84+237+243=564 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.89% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #54EDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EDF3 is #AB120C. Grayscale: #BFBFBF. Windows color (decimal): -11211277 or 15986004. OLE color: 15986004.
HSL color Cylindrical-coordinate representation of color #54EDF3: hue angle of 182.26º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EDF3 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 237 | 243 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.05 |
| HSL | 182.26º | 0.87% | 0.64% | - |
| HSV(B) | 182.26º | 0.65% | 0.95% | - |
| XYZ | 50.12 | 68.92 | 95.46 | - |
| YUV | 191.94 | 156.81 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 243 | 0.65 | 0.02 | 0 | 0.05 | 182.26 | 0.87 | 0.64 |
| Hex | 54 | ED | F3 | 41 | 2 | 0 | 5 | B6 | 57 | 40 |
| Octal | 124 | 355 | 363 | 101 | 2 | 0 | 5 | 266 | 127 | 100 |
| Binary | 1010100 | 11101101 | 11110011 | 1000001 | 10 | 0 | 101 | 10110110 | 1010111 | 1000000 |
Color Harmonies of #54EDF3
Complementary color
Monochromatic Colors of #54EDF3
Black with #54EDF3
Text Example
Text Example
White with #54EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EDF3; }
p { color: rgb(84,237,243); }
H1.HeaderClassName
{
color: #54EDF3;
}
.AnyTagClassName
{
color: #54EDF3;
}
</style>
background-color css
<style>
a { background-color: #54EDF3; }
a { background-color: rgb(84,237,243); }
div.DivClassName
{
background-color: #54EDF3;
}
.BgClassName
{
background-color: #54EDF3;
}
</style>
border-color css
<style>
span { border-color: #54EDF3; }
span { border-color: rgb(84,237,243); }
td.TdClassName
{
border-color: #54EDF3;
}
.TagClassName
{
border-color: #54EDF3;
}
</style>