Shades of Medium Turquoise #54CBDB
Tints of Medium Turquoise #54CBDB
RGB
CMYK
RGB Variations
Color information
#54CBDB (or 0x54CBDB) is known color: Medium Turquoise. HEX triplet: 54, CB and DB. RGB value is (84,203,219). Sum of RGB (Red+Green+Blue) = 84+203+219=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #54CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBDB is #AB3424. Grayscale: #A9A9A9. Windows color (decimal): -11220005 or 14404436. OLE color: 14404436.
HSL color Cylindrical-coordinate representation of color #54CBDB: hue angle of 187.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54CBDB is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 203 | 219 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.14 |
| HSL | 187.11º | 0.65% | 0.59% | - |
| HSV(B) | 187.11º | 0.62% | 0.86% | - |
| XYZ | 37.8 | 49.71 | 74.62 | - |
| YUV | 169.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 219 | 0.62 | 0.07 | 0 | 0.14 | 187.11 | 0.65 | 0.59 |
| Hex | 54 | CB | DB | 3E | 7 | 0 | E | BB | 41 | 3B |
| Octal | 124 | 313 | 333 | 76 | 7 | 0 | 16 | 273 | 101 | 73 |
| Binary | 1010100 | 11001011 | 11011011 | 111110 | 111 | 0 | 1110 | 10111011 | 1000001 | 111011 |
Color Harmonies of #54CBDB
Complementary color
Monochromatic Colors of #54CBDB
Black with #54CBDB
Text Example
Text Example
White with #54CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBDB; }
p { color: rgb(84,203,219); }
H1.HeaderClassName
{
color: #54CBDB;
}
.AnyTagClassName
{
color: #54CBDB;
}
</style>
background-color css
<style>
a { background-color: #54CBDB; }
a { background-color: rgb(84,203,219); }
div.DivClassName
{
background-color: #54CBDB;
}
.BgClassName
{
background-color: #54CBDB;
}
</style>
border-color css
<style>
span { border-color: #54CBDB; }
span { border-color: rgb(84,203,219); }
td.TdClassName
{
border-color: #54CBDB;
}
.TagClassName
{
border-color: #54CBDB;
}
</style>