Shades of Turquoise Blue #54CAE3
Tints of Turquoise Blue #54CAE3
RGB
CMYK
RGB Variations
Color information
#54CAE3 (or 0x54CAE3) is known color: Turquoise Blue. HEX triplet: 54, CA and E3. RGB value is (84,202,227). Sum of RGB (Red+Green+Blue) = 84+202+227=513 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.37% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #54CAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CAE3 is #AB351C. Grayscale: #A9A9A9. Windows color (decimal): -11220253 or 14928468. OLE color: 14928468.
HSL color Cylindrical-coordinate representation of color #54CAE3: hue angle of 190.49º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54CAE3 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 202 | 227 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.11 |
| HSL | 190.49º | 0.72% | 0.61% | - |
| HSV(B) | 190.49º | 0.63% | 0.89% | - |
| XYZ | 38.64 | 49.67 | 80.22 | - |
| YUV | 169.57 | 160.41 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 227 | 0.63 | 0.11 | 0 | 0.11 | 190.49 | 0.72 | 0.61 |
| Hex | 54 | CA | E3 | 3F | B | 0 | B | BE | 48 | 3D |
| Octal | 124 | 312 | 343 | 77 | 13 | 0 | 13 | 276 | 110 | 75 |
| Binary | 1010100 | 11001010 | 11100011 | 111111 | 1011 | 0 | 1011 | 10111110 | 1001000 | 111101 |
Color Harmonies of #54CAE3
Complementary color
Monochromatic Colors of #54CAE3
Black with #54CAE3
Text Example
Text Example
White with #54CAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CAE3; }
p { color: rgb(84,202,227); }
H1.HeaderClassName
{
color: #54CAE3;
}
.AnyTagClassName
{
color: #54CAE3;
}
</style>
background-color css
<style>
a { background-color: #54CAE3; }
a { background-color: rgb(84,202,227); }
div.DivClassName
{
background-color: #54CAE3;
}
.BgClassName
{
background-color: #54CAE3;
}
</style>
border-color css
<style>
span { border-color: #54CAE3; }
span { border-color: rgb(84,202,227); }
td.TdClassName
{
border-color: #54CAE3;
}
.TagClassName
{
border-color: #54CAE3;
}
</style>