Shades of Turquoise Blue #54CEF2
Tints of Turquoise Blue #54CEF2
RGB
CMYK
RGB Variations
Color information
#54CEF2 (or 0x54CEF2) is known color: Turquoise Blue. HEX triplet: 54, CE and F2. RGB value is (84,206,242). Sum of RGB (Red+Green+Blue) = 84+206+242=532 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.79% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #54CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEF2 is #AB310D. Grayscale: #ADADAD. Windows color (decimal): -11219214 or 15912532. OLE color: 15912532.
HSL color Cylindrical-coordinate representation of color #54CEF2: hue angle of 193.67º degrees, saturation: 0.86, 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 #54CEF2 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 206 | 242 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.05 |
| HSL | 193.67º | 0.86% | 0.64% | - |
| HSV(B) | 193.67º | 0.65% | 0.95% | - |
| XYZ | 41.75 | 52.44 | 91.93 | - |
| YUV | 173.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 242 | 0.65 | 0.15 | 0 | 0.05 | 193.67 | 0.86 | 0.64 |
| Hex | 54 | CE | F2 | 41 | F | 0 | 5 | C2 | 56 | 40 |
| Octal | 124 | 316 | 362 | 101 | 17 | 0 | 5 | 302 | 126 | 100 |
| Binary | 1010100 | 11001110 | 11110010 | 1000001 | 1111 | 0 | 101 | 11000010 | 1010110 | 1000000 |
Color Harmonies of #54CEF2
Complementary color
Monochromatic Colors of #54CEF2
Black with #54CEF2
Text Example
Text Example
White with #54CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEF2; }
p { color: rgb(84,206,242); }
H1.HeaderClassName
{
color: #54CEF2;
}
.AnyTagClassName
{
color: #54CEF2;
}
</style>
background-color css
<style>
a { background-color: #54CEF2; }
a { background-color: rgb(84,206,242); }
div.DivClassName
{
background-color: #54CEF2;
}
.BgClassName
{
background-color: #54CEF2;
}
</style>
border-color css
<style>
span { border-color: #54CEF2; }
span { border-color: rgb(84,206,242); }
td.TdClassName
{
border-color: #54CEF2;
}
.TagClassName
{
border-color: #54CEF2;
}
</style>