Shades of Turquoise Blue #54CBEA
Tints of Turquoise Blue #54CBEA
RGB
CMYK
RGB Variations
Color information
#54CBEA (or 0x54CBEA) is known color: Turquoise Blue. HEX triplet: 54, CB and EA. RGB value is (84,203,234). Sum of RGB (Red+Green+Blue) = 84+203+234=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #54CBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBEA is #AB3415. Grayscale: #AAAAAA. Windows color (decimal): -11219990 or 15387476. OLE color: 15387476.
HSL color Cylindrical-coordinate representation of color #54CBEA: hue angle of 192.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54CBEA is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 203 | 234 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.08 |
| HSL | 192.4º | 0.78% | 0.62% | - |
| HSV(B) | 192.4º | 0.64% | 0.92% | - |
| XYZ | 39.86 | 50.54 | 85.5 | - |
| YUV | 170.95 | 163.58 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 234 | 0.64 | 0.13 | 0 | 0.08 | 192.4 | 0.78 | 0.62 |
| Hex | 54 | CB | EA | 40 | D | 0 | 8 | C0 | 4E | 3E |
| Octal | 124 | 313 | 352 | 100 | 15 | 0 | 10 | 300 | 116 | 76 |
| Binary | 1010100 | 11001011 | 11101010 | 1000000 | 1101 | 0 | 1000 | 11000000 | 1001110 | 111110 |
Color Harmonies of #54CBEA
Complementary color
Monochromatic Colors of #54CBEA
Black with #54CBEA
Text Example
Text Example
White with #54CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBEA; }
p { color: rgb(84,203,234); }
H1.HeaderClassName
{
color: #54CBEA;
}
.AnyTagClassName
{
color: #54CBEA;
}
</style>
background-color css
<style>
a { background-color: #54CBEA; }
a { background-color: rgb(84,203,234); }
div.DivClassName
{
background-color: #54CBEA;
}
.BgClassName
{
background-color: #54CBEA;
}
</style>
border-color css
<style>
span { border-color: #54CBEA; }
span { border-color: rgb(84,203,234); }
td.TdClassName
{
border-color: #54CBEA;
}
.TagClassName
{
border-color: #54CBEA;
}
</style>