Shades of Turquoise Blue #55CCEF
Tints of Turquoise Blue #55CCEF
RGB
CMYK
RGB Variations
Color information
#55CCEF (or 0x55CCEF) is known color: Turquoise Blue. HEX triplet: 55, CC and EF. RGB value is (85,204,239). Sum of RGB (Red+Green+Blue) = 85+204+239=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #55CCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CCEF is #AA3310. Grayscale: #ACACAC. Windows color (decimal): -11154193 or 15715413. OLE color: 15715413.
HSL color Cylindrical-coordinate representation of color #55CCEF: hue angle of 193.64º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55CCEF is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 204 | 239 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.06 |
| HSL | 193.64º | 0.83% | 0.64% | - |
| HSV(B) | 193.64º | 0.64% | 0.94% | - |
| XYZ | 40.92 | 51.35 | 89.42 | - |
| YUV | 172.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 239 | 0.64 | 0.15 | 0 | 0.06 | 193.64 | 0.83 | 0.64 |
| Hex | 55 | CC | EF | 40 | F | 0 | 6 | C2 | 53 | 40 |
| Octal | 125 | 314 | 357 | 100 | 17 | 0 | 6 | 302 | 123 | 100 |
| Binary | 1010101 | 11001100 | 11101111 | 1000000 | 1111 | 0 | 110 | 11000010 | 1010011 | 1000000 |
Color Harmonies of #55CCEF
Complementary color
Monochromatic Colors of #55CCEF
Black with #55CCEF
Text Example
Text Example
White with #55CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCEF; }
p { color: rgb(85,204,239); }
H1.HeaderClassName
{
color: #55CCEF;
}
.AnyTagClassName
{
color: #55CCEF;
}
</style>
background-color css
<style>
a { background-color: #55CCEF; }
a { background-color: rgb(85,204,239); }
div.DivClassName
{
background-color: #55CCEF;
}
.BgClassName
{
background-color: #55CCEF;
}
</style>
border-color css
<style>
span { border-color: #55CCEF; }
span { border-color: rgb(85,204,239); }
td.TdClassName
{
border-color: #55CCEF;
}
.TagClassName
{
border-color: #55CCEF;
}
</style>