Shades of Medium Turquoise #54CCDF
Tints of Medium Turquoise #54CCDF
RGB
CMYK
RGB Variations
Color information
#54CCDF (or 0x54CCDF) is known color: Medium Turquoise. HEX triplet: 54, CC and DF. RGB value is (84,204,223). Sum of RGB (Red+Green+Blue) = 84+204+223=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #54CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCDF is #AB3320. Grayscale: #AAAAAA. Windows color (decimal): -11219745 or 14666836. OLE color: 14666836.
HSL color Cylindrical-coordinate representation of color #54CCDF: hue angle of 188.2º degrees, saturation: 0.68, 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 #54CCDF is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 204 | 223 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.13 |
| HSL | 188.2º | 0.68% | 0.6% | - |
| HSV(B) | 188.2º | 0.62% | 0.87% | - |
| XYZ | 38.57 | 50.4 | 77.51 | - |
| YUV | 170.29 | 157.74 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 223 | 0.62 | 0.09 | 0 | 0.13 | 188.2 | 0.68 | 0.6 |
| Hex | 54 | CC | DF | 3E | 9 | 0 | D | BC | 44 | 3C |
| Octal | 124 | 314 | 337 | 76 | 11 | 0 | 15 | 274 | 104 | 74 |
| Binary | 1010100 | 11001100 | 11011111 | 111110 | 1001 | 0 | 1101 | 10111100 | 1000100 | 111100 |
Color Harmonies of #54CCDF
Complementary color
Monochromatic Colors of #54CCDF
Black with #54CCDF
Text Example
Text Example
White with #54CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCDF; }
p { color: rgb(84,204,223); }
H1.HeaderClassName
{
color: #54CCDF;
}
.AnyTagClassName
{
color: #54CCDF;
}
</style>
background-color css
<style>
a { background-color: #54CCDF; }
a { background-color: rgb(84,204,223); }
div.DivClassName
{
background-color: #54CCDF;
}
.BgClassName
{
background-color: #54CCDF;
}
</style>
border-color css
<style>
span { border-color: #54CCDF; }
span { border-color: rgb(84,204,223); }
td.TdClassName
{
border-color: #54CCDF;
}
.TagClassName
{
border-color: #54CCDF;
}
</style>