Shades of Medium Turquoise #54CADD
Tints of Medium Turquoise #54CADD
RGB
CMYK
RGB Variations
Color information
#54CADD (or 0x54CADD) is known color: Medium Turquoise. HEX triplet: 54, CA and DD. RGB value is (84,202,221). Sum of RGB (Red+Green+Blue) = 84+202+221=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #54CADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CADD is #AB3522. Grayscale: #A8A8A8. Windows color (decimal): -11220259 or 14535252. OLE color: 14535252.
HSL color Cylindrical-coordinate representation of color #54CADD: hue angle of 188.32º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54CADD is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 202 | 221 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.13 |
| HSL | 188.32º | 0.67% | 0.6% | - |
| HSV(B) | 188.32º | 0.62% | 0.87% | - |
| XYZ | 37.83 | 49.35 | 75.94 | - |
| YUV | 168.88 | 157.41 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 221 | 0.62 | 0.09 | 0 | 0.13 | 188.32 | 0.67 | 0.6 |
| Hex | 54 | CA | DD | 3E | 9 | 0 | D | BC | 43 | 3C |
| Octal | 124 | 312 | 335 | 76 | 11 | 0 | 15 | 274 | 103 | 74 |
| Binary | 1010100 | 11001010 | 11011101 | 111110 | 1001 | 0 | 1101 | 10111100 | 1000011 | 111100 |
Color Harmonies of #54CADD
Complementary color
Monochromatic Colors of #54CADD
Black with #54CADD
Text Example
Text Example
White with #54CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CADD; }
p { color: rgb(84,202,221); }
H1.HeaderClassName
{
color: #54CADD;
}
.AnyTagClassName
{
color: #54CADD;
}
</style>
background-color css
<style>
a { background-color: #54CADD; }
a { background-color: rgb(84,202,221); }
div.DivClassName
{
background-color: #54CADD;
}
.BgClassName
{
background-color: #54CADD;
}
</style>
border-color css
<style>
span { border-color: #54CADD; }
span { border-color: rgb(84,202,221); }
td.TdClassName
{
border-color: #54CADD;
}
.TagClassName
{
border-color: #54CADD;
}
</style>