Shades of Medium Turquoise #55CBDE
Tints of Medium Turquoise #55CBDE
RGB
CMYK
RGB Variations
Color information
#55CBDE (or 0x55CBDE) is known color: Medium Turquoise. HEX triplet: 55, CB and DE. RGB value is (85,203,222). Sum of RGB (Red+Green+Blue) = 85+203+222=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #55CBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBDE is #AA3421. Grayscale: #A9A9A9. Windows color (decimal): -11154466 or 14601045. OLE color: 14601045.
HSL color Cylindrical-coordinate representation of color #55CBDE: hue angle of 188.32º degrees, saturation: 0.67, 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 #55CBDE is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 203 | 222 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.13 |
| HSL | 188.32º | 0.67% | 0.6% | - |
| HSV(B) | 188.32º | 0.62% | 0.87% | - |
| XYZ | 38.29 | 49.92 | 76.72 | - |
| YUV | 169.88 | 157.41 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 222 | 0.62 | 0.09 | 0 | 0.13 | 188.32 | 0.67 | 0.6 |
| Hex | 55 | CB | DE | 3E | 9 | 0 | D | BC | 43 | 3C |
| Octal | 125 | 313 | 336 | 76 | 11 | 0 | 15 | 274 | 103 | 74 |
| Binary | 1010101 | 11001011 | 11011110 | 111110 | 1001 | 0 | 1101 | 10111100 | 1000011 | 111100 |
Color Harmonies of #55CBDE
Complementary color
Monochromatic Colors of #55CBDE
Black with #55CBDE
Text Example
Text Example
White with #55CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CBDE; }
p { color: rgb(85,203,222); }
H1.HeaderClassName
{
color: #55CBDE;
}
.AnyTagClassName
{
color: #55CBDE;
}
</style>
background-color css
<style>
a { background-color: #55CBDE; }
a { background-color: rgb(85,203,222); }
div.DivClassName
{
background-color: #55CBDE;
}
.BgClassName
{
background-color: #55CBDE;
}
</style>
border-color css
<style>
span { border-color: #55CBDE; }
span { border-color: rgb(85,203,222); }
td.TdClassName
{
border-color: #55CBDE;
}
.TagClassName
{
border-color: #55CBDE;
}
</style>