Shades of Medium Turquoise #54CCD2
Tints of Medium Turquoise #54CCD2
RGB
CMYK
RGB Variations
Color information
#54CCD2 (or 0x54CCD2) is known color: Medium Turquoise. HEX triplet: 54, CC and D2. RGB value is (84,204,210). Sum of RGB (Red+Green+Blue) = 84+204+210=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #54CCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCD2 is #AB332D. Grayscale: #A8A8A8. Windows color (decimal): -11219758 or 13814868. OLE color: 13814868.
HSL color Cylindrical-coordinate representation of color #54CCD2: hue angle of 182.86º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54CCD2 is Cyan = 0.6, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 204 | 210 | - |
| CMYK | 0.6 | 0.03 | 0 | 0.18 |
| HSL | 182.86º | 0.58% | 0.58% | - |
| HSV(B) | 182.86º | 0.6% | 0.82% | - |
| XYZ | 36.88 | 49.72 | 68.63 | - |
| YUV | 168.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 210 | 0.6 | 0.03 | 0 | 0.18 | 182.86 | 0.58 | 0.58 |
| Hex | 54 | CC | D2 | 3C | 3 | 0 | 12 | B7 | 3A | 3A |
| Octal | 124 | 314 | 322 | 74 | 3 | 0 | 22 | 267 | 72 | 72 |
| Binary | 1010100 | 11001100 | 11010010 | 111100 | 11 | 0 | 10010 | 10110111 | 111010 | 111010 |
Color Harmonies of #54CCD2
Complementary color
Monochromatic Colors of #54CCD2
Black with #54CCD2
Text Example
Text Example
White with #54CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCD2; }
p { color: rgb(84,204,210); }
H1.HeaderClassName
{
color: #54CCD2;
}
.AnyTagClassName
{
color: #54CCD2;
}
</style>
background-color css
<style>
a { background-color: #54CCD2; }
a { background-color: rgb(84,204,210); }
div.DivClassName
{
background-color: #54CCD2;
}
.BgClassName
{
background-color: #54CCD2;
}
</style>
border-color css
<style>
span { border-color: #54CCD2; }
span { border-color: rgb(84,204,210); }
td.TdClassName
{
border-color: #54CCD2;
}
.TagClassName
{
border-color: #54CCD2;
}
</style>