Shades of Turquoise Blue #54CBED
Tints of Turquoise Blue #54CBED
RGB
CMYK
RGB Variations
Color information
#54CBED (or 0x54CBED) is known color: Turquoise Blue. HEX triplet: 54, CB and ED. RGB value is (84,203,237). Sum of RGB (Red+Green+Blue) = 84+203+237=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #54CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBED is #AB3412. Grayscale: #ABABAB. Windows color (decimal): -11219987 or 15584084. OLE color: 15584084.
HSL color Cylindrical-coordinate representation of color #54CBED: hue angle of 193.33º 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 #54CBED is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 203 | 237 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.07 |
| HSL | 193.33º | 0.81% | 0.63% | - |
| HSV(B) | 193.33º | 0.65% | 0.93% | - |
| XYZ | 40.3 | 50.71 | 87.79 | - |
| YUV | 171.3 | 165.08 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 237 | 0.65 | 0.14 | 0 | 0.07 | 193.33 | 0.81 | 0.63 |
| Hex | 54 | CB | ED | 41 | E | 0 | 7 | C1 | 51 | 3F |
| Octal | 124 | 313 | 355 | 101 | 16 | 0 | 7 | 301 | 121 | 77 |
| Binary | 1010100 | 11001011 | 11101101 | 1000001 | 1110 | 0 | 111 | 11000001 | 1010001 | 111111 |
Color Harmonies of #54CBED
Complementary color
Monochromatic Colors of #54CBED
Black with #54CBED
Text Example
Text Example
White with #54CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBED; }
p { color: rgb(84,203,237); }
H1.HeaderClassName
{
color: #54CBED;
}
.AnyTagClassName
{
color: #54CBED;
}
</style>
background-color css
<style>
a { background-color: #54CBED; }
a { background-color: rgb(84,203,237); }
div.DivClassName
{
background-color: #54CBED;
}
.BgClassName
{
background-color: #54CBED;
}
</style>
border-color css
<style>
span { border-color: #54CBED; }
span { border-color: rgb(84,203,237); }
td.TdClassName
{
border-color: #54CBED;
}
.TagClassName
{
border-color: #54CBED;
}
</style>