Shades of Medium Turquoise #55CCDF
Tints of Medium Turquoise #55CCDF
RGB
CMYK
RGB Variations
Color information
#55CCDF (or 0x55CCDF) is known color: Medium Turquoise. HEX triplet: 55, CC and DF. RGB value is (85,204,223). Sum of RGB (Red+Green+Blue) = 85+204+223=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 204 (80.08% from 255 or 39.84% 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 #55CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCDF is #AA3320. Grayscale: #AAAAAA. Windows color (decimal): -11154209 or 14666837. OLE color: 14666837.
HSL color Cylindrical-coordinate representation of color #55CCDF: hue angle of 188.26º 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 #55CCDF is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 204 | 223 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.13 |
| HSL | 188.26º | 0.68% | 0.6% | - |
| HSV(B) | 188.26º | 0.62% | 0.87% | - |
| XYZ | 38.66 | 50.44 | 77.51 | - |
| YUV | 170.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 223 | 0.62 | 0.09 | 0 | 0.13 | 188.26 | 0.68 | 0.6 |
| Hex | 55 | CC | DF | 3E | 9 | 0 | D | BC | 44 | 3C |
| Octal | 125 | 314 | 337 | 76 | 11 | 0 | 15 | 274 | 104 | 74 |
| Binary | 1010101 | 11001100 | 11011111 | 111110 | 1001 | 0 | 1101 | 10111100 | 1000100 | 111100 |
Color Harmonies of #55CCDF
Complementary color
Monochromatic Colors of #55CCDF
Black with #55CCDF
Text Example
Text Example
White with #55CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCDF; }
p { color: rgb(85,204,223); }
H1.HeaderClassName
{
color: #55CCDF;
}
.AnyTagClassName
{
color: #55CCDF;
}
</style>
background-color css
<style>
a { background-color: #55CCDF; }
a { background-color: rgb(85,204,223); }
div.DivClassName
{
background-color: #55CCDF;
}
.BgClassName
{
background-color: #55CCDF;
}
</style>
border-color css
<style>
span { border-color: #55CCDF; }
span { border-color: rgb(85,204,223); }
td.TdClassName
{
border-color: #55CCDF;
}
.TagClassName
{
border-color: #55CCDF;
}
</style>