Shades of Turquoise Blue #54DCEF
Tints of Turquoise Blue #54DCEF
RGB
CMYK
RGB Variations
Color information
#54DCEF (or 0x54DCEF) is known color: Turquoise Blue. HEX triplet: 54, DC and EF. RGB value is (84,220,239). Sum of RGB (Red+Green+Blue) = 84+220+239=543 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.47% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #54DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCEF is #AB2310. Grayscale: #B5B5B5. Windows color (decimal): -11215633 or 15719508. OLE color: 15719508.
HSL color Cylindrical-coordinate representation of color #54DCEF: hue angle of 187.35º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54DCEF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 220 | 239 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.06 |
| HSL | 187.35º | 0.83% | 0.63% | - |
| HSV(B) | 187.35º | 0.65% | 0.94% | - |
| XYZ | 44.83 | 59.3 | 90.75 | - |
| YUV | 181.5 | 160.44 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 239 | 0.65 | 0.08 | 0 | 0.06 | 187.35 | 0.83 | 0.63 |
| Hex | 54 | DC | EF | 41 | 8 | 0 | 6 | BB | 53 | 3F |
| Octal | 124 | 334 | 357 | 101 | 10 | 0 | 6 | 273 | 123 | 77 |
| Binary | 1010100 | 11011100 | 11101111 | 1000001 | 1000 | 0 | 110 | 10111011 | 1010011 | 111111 |
Color Harmonies of #54DCEF
Complementary color
Monochromatic Colors of #54DCEF
Black with #54DCEF
Text Example
Text Example
White with #54DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCEF; }
p { color: rgb(84,220,239); }
H1.HeaderClassName
{
color: #54DCEF;
}
.AnyTagClassName
{
color: #54DCEF;
}
</style>
background-color css
<style>
a { background-color: #54DCEF; }
a { background-color: rgb(84,220,239); }
div.DivClassName
{
background-color: #54DCEF;
}
.BgClassName
{
background-color: #54DCEF;
}
</style>
border-color css
<style>
span { border-color: #54DCEF; }
span { border-color: rgb(84,220,239); }
td.TdClassName
{
border-color: #54DCEF;
}
.TagClassName
{
border-color: #54DCEF;
}
</style>