Shades of Medium Turquoise #54CADA
Tints of Medium Turquoise #54CADA
RGB
CMYK
RGB Variations
Color information
#54CADA (or 0x54CADA) is known color: Medium Turquoise. HEX triplet: 54, CA and DA. RGB value is (84,202,218). Sum of RGB (Red+Green+Blue) = 84+202+218=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #54CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CADA is #AB3525. Grayscale: #A8A8A8. Windows color (decimal): -11220262 or 14338644. OLE color: 14338644.
HSL color Cylindrical-coordinate representation of color #54CADA: hue angle of 187.16º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54CADA is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 202 | 218 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.15 |
| HSL | 187.16º | 0.64% | 0.59% | - |
| HSV(B) | 187.16º | 0.61% | 0.85% | - |
| XYZ | 37.43 | 49.19 | 73.85 | - |
| YUV | 168.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 218 | 0.61 | 0.07 | 0 | 0.15 | 187.16 | 0.64 | 0.59 |
| Hex | 54 | CA | DA | 3D | 7 | 0 | F | BB | 40 | 3B |
| Octal | 124 | 312 | 332 | 75 | 7 | 0 | 17 | 273 | 100 | 73 |
| Binary | 1010100 | 11001010 | 11011010 | 111101 | 111 | 0 | 1111 | 10111011 | 1000000 | 111011 |
Color Harmonies of #54CADA
Complementary color
Monochromatic Colors of #54CADA
Black with #54CADA
Text Example
Text Example
White with #54CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CADA; }
p { color: rgb(84,202,218); }
H1.HeaderClassName
{
color: #54CADA;
}
.AnyTagClassName
{
color: #54CADA;
}
</style>
background-color css
<style>
a { background-color: #54CADA; }
a { background-color: rgb(84,202,218); }
div.DivClassName
{
background-color: #54CADA;
}
.BgClassName
{
background-color: #54CADA;
}
</style>
border-color css
<style>
span { border-color: #54CADA; }
span { border-color: rgb(84,202,218); }
td.TdClassName
{
border-color: #54CADA;
}
.TagClassName
{
border-color: #54CADA;
}
</style>