Shades of Turquoise Blue #54CFEB
Tints of Turquoise Blue #54CFEB
RGB
CMYK
RGB Variations
Color information
#54CFEB (or 0x54CFEB) is known color: Turquoise Blue. HEX triplet: 54, CF and EB. RGB value is (84,207,235). Sum of RGB (Red+Green+Blue) = 84+207+235=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #54CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CFEB is #AB3014. Grayscale: #ADADAD. Windows color (decimal): -11218965 or 15454036. OLE color: 15454036.
HSL color Cylindrical-coordinate representation of color #54CFEB: hue angle of 191.13º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54CFEB is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 207 | 235 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.08 |
| HSL | 191.13º | 0.79% | 0.63% | - |
| HSV(B) | 191.13º | 0.64% | 0.92% | - |
| XYZ | 40.96 | 52.51 | 86.57 | - |
| YUV | 173.42 | 162.75 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 235 | 0.64 | 0.12 | 0 | 0.08 | 191.13 | 0.79 | 0.63 |
| Hex | 54 | CF | EB | 40 | C | 0 | 8 | BF | 4F | 3F |
| Octal | 124 | 317 | 353 | 100 | 14 | 0 | 10 | 277 | 117 | 77 |
| Binary | 1010100 | 11001111 | 11101011 | 1000000 | 1100 | 0 | 1000 | 10111111 | 1001111 | 111111 |
Color Harmonies of #54CFEB
Complementary color
Monochromatic Colors of #54CFEB
Black with #54CFEB
Text Example
Text Example
White with #54CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFEB; }
p { color: rgb(84,207,235); }
H1.HeaderClassName
{
color: #54CFEB;
}
.AnyTagClassName
{
color: #54CFEB;
}
</style>
background-color css
<style>
a { background-color: #54CFEB; }
a { background-color: rgb(84,207,235); }
div.DivClassName
{
background-color: #54CFEB;
}
.BgClassName
{
background-color: #54CFEB;
}
</style>
border-color css
<style>
span { border-color: #54CFEB; }
span { border-color: rgb(84,207,235); }
td.TdClassName
{
border-color: #54CFEB;
}
.TagClassName
{
border-color: #54CFEB;
}
</style>