Shades of Medium Turquoise #54CDDF
Tints of Medium Turquoise #54CDDF
RGB
CMYK
RGB Variations
Color information
#54CDDF (or 0x54CDDF) is known color: Medium Turquoise. HEX triplet: 54, CD and DF. RGB value is (84,205,223). Sum of RGB (Red+Green+Blue) = 84+205+223=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #54CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDDF is #AB3220. Grayscale: #AAAAAA. Windows color (decimal): -11219489 or 14667092. OLE color: 14667092.
HSL color Cylindrical-coordinate representation of color #54CDDF: hue angle of 187.77º 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 #54CDDF is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 205 | 223 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.13 |
| HSL | 187.77º | 0.68% | 0.6% | - |
| HSV(B) | 187.77º | 0.62% | 0.87% | - |
| XYZ | 38.81 | 50.88 | 77.59 | - |
| YUV | 170.87 | 157.41 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 223 | 0.62 | 0.08 | 0 | 0.13 | 187.77 | 0.68 | 0.6 |
| Hex | 54 | CD | DF | 3E | 8 | 0 | D | BC | 44 | 3C |
| Octal | 124 | 315 | 337 | 76 | 10 | 0 | 15 | 274 | 104 | 74 |
| Binary | 1010100 | 11001101 | 11011111 | 111110 | 1000 | 0 | 1101 | 10111100 | 1000100 | 111100 |
Color Harmonies of #54CDDF
Complementary color
Monochromatic Colors of #54CDDF
Black with #54CDDF
Text Example
Text Example
White with #54CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDDF; }
p { color: rgb(84,205,223); }
H1.HeaderClassName
{
color: #54CDDF;
}
.AnyTagClassName
{
color: #54CDDF;
}
</style>
background-color css
<style>
a { background-color: #54CDDF; }
a { background-color: rgb(84,205,223); }
div.DivClassName
{
background-color: #54CDDF;
}
.BgClassName
{
background-color: #54CDDF;
}
</style>
border-color css
<style>
span { border-color: #54CDDF; }
span { border-color: rgb(84,205,223); }
td.TdClassName
{
border-color: #54CDDF;
}
.TagClassName
{
border-color: #54CDDF;
}
</style>