Shades of Turquoise Blue #54CFED
Tints of Turquoise Blue #54CFED
RGB
CMYK
RGB Variations
Color information
#54CFED (or 0x54CFED) is known color: Turquoise Blue. HEX triplet: 54, CF and ED. RGB value is (84,207,237). Sum of RGB (Red+Green+Blue) = 84+207+237=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #54CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CFED is #AB3012. Grayscale: #ADADAD. Windows color (decimal): -11218963 or 15585108. OLE color: 15585108.
HSL color Cylindrical-coordinate representation of color #54CFED: hue angle of 191.76º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54CFED is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 207 | 237 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.07 |
| HSL | 191.76º | 0.81% | 0.63% | - |
| HSV(B) | 191.76º | 0.65% | 0.93% | - |
| XYZ | 41.26 | 52.62 | 88.1 | - |
| YUV | 173.64 | 163.75 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 237 | 0.65 | 0.13 | 0 | 0.07 | 191.76 | 0.81 | 0.63 |
| Hex | 54 | CF | ED | 41 | D | 0 | 7 | C0 | 51 | 3F |
| Octal | 124 | 317 | 355 | 101 | 15 | 0 | 7 | 300 | 121 | 77 |
| Binary | 1010100 | 11001111 | 11101101 | 1000001 | 1101 | 0 | 111 | 11000000 | 1010001 | 111111 |
Color Harmonies of #54CFED
Complementary color
Monochromatic Colors of #54CFED
Black with #54CFED
Text Example
Text Example
White with #54CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFED; }
p { color: rgb(84,207,237); }
H1.HeaderClassName
{
color: #54CFED;
}
.AnyTagClassName
{
color: #54CFED;
}
</style>
background-color css
<style>
a { background-color: #54CFED; }
a { background-color: rgb(84,207,237); }
div.DivClassName
{
background-color: #54CFED;
}
.BgClassName
{
background-color: #54CFED;
}
</style>
border-color css
<style>
span { border-color: #54CFED; }
span { border-color: rgb(84,207,237); }
td.TdClassName
{
border-color: #54CFED;
}
.TagClassName
{
border-color: #54CFED;
}
</style>