Shades of Turquoise Blue #54CEF3
Tints of Turquoise Blue #54CEF3
RGB
CMYK
RGB Variations
Color information
#54CEF3 (or 0x54CEF3) is known color: Turquoise Blue. HEX triplet: 54, CE and F3. RGB value is (84,206,243). Sum of RGB (Red+Green+Blue) = 84+206+243=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #54CEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEF3 is #AB310C. Grayscale: #ADADAD. Windows color (decimal): -11219213 or 15978068. OLE color: 15978068.
HSL color Cylindrical-coordinate representation of color #54CEF3: hue angle of 193.96º 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 #54CEF3 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 206 | 243 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.05 |
| HSL | 193.96º | 0.87% | 0.64% | - |
| HSV(B) | 193.96º | 0.65% | 0.95% | - |
| XYZ | 41.91 | 52.5 | 92.72 | - |
| YUV | 173.74 | 167.08 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 243 | 0.65 | 0.15 | 0 | 0.05 | 193.96 | 0.87 | 0.64 |
| Hex | 54 | CE | F3 | 41 | F | 0 | 5 | C2 | 57 | 40 |
| Octal | 124 | 316 | 363 | 101 | 17 | 0 | 5 | 302 | 127 | 100 |
| Binary | 1010100 | 11001110 | 11110011 | 1000001 | 1111 | 0 | 101 | 11000010 | 1010111 | 1000000 |
Color Harmonies of #54CEF3
Complementary color
Monochromatic Colors of #54CEF3
Black with #54CEF3
Text Example
Text Example
White with #54CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEF3; }
p { color: rgb(84,206,243); }
H1.HeaderClassName
{
color: #54CEF3;
}
.AnyTagClassName
{
color: #54CEF3;
}
</style>
background-color css
<style>
a { background-color: #54CEF3; }
a { background-color: rgb(84,206,243); }
div.DivClassName
{
background-color: #54CEF3;
}
.BgClassName
{
background-color: #54CEF3;
}
</style>
border-color css
<style>
span { border-color: #54CEF3; }
span { border-color: rgb(84,206,243); }
td.TdClassName
{
border-color: #54CEF3;
}
.TagClassName
{
border-color: #54CEF3;
}
</style>