Shades of Turquoise Blue #55CFF4
Tints of Turquoise Blue #55CFF4
RGB
CMYK
RGB Variations
Color information
#55CFF4 (or 0x55CFF4) is known color: Turquoise Blue. HEX triplet: 55, CF and F4. RGB value is (85,207,244). Sum of RGB (Red+Green+Blue) = 85+207+244=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #55CFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFF4 is #AA300B. Grayscale: #AEAEAE. Windows color (decimal): -11153420 or 16043861. OLE color: 16043861.
HSL color Cylindrical-coordinate representation of color #55CFF4: hue angle of 193.96º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55CFF4 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 207 | 244 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.04 |
| HSL | 193.96º | 0.88% | 0.65% | - |
| HSV(B) | 193.96º | 0.65% | 0.96% | - |
| XYZ | 42.39 | 53.09 | 93.6 | - |
| YUV | 174.74 | 167.08 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 244 | 0.65 | 0.15 | 0 | 0.04 | 193.96 | 0.88 | 0.65 |
| Hex | 55 | CF | F4 | 41 | F | 0 | 4 | C2 | 58 | 41 |
| Octal | 125 | 317 | 364 | 101 | 17 | 0 | 4 | 302 | 130 | 101 |
| Binary | 1010101 | 11001111 | 11110100 | 1000001 | 1111 | 0 | 100 | 11000010 | 1011000 | 1000001 |
Color Harmonies of #55CFF4
Complementary color
Monochromatic Colors of #55CFF4
Black with #55CFF4
Text Example
Text Example
White with #55CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFF4; }
p { color: rgb(85,207,244); }
H1.HeaderClassName
{
color: #55CFF4;
}
.AnyTagClassName
{
color: #55CFF4;
}
</style>
background-color css
<style>
a { background-color: #55CFF4; }
a { background-color: rgb(85,207,244); }
div.DivClassName
{
background-color: #55CFF4;
}
.BgClassName
{
background-color: #55CFF4;
}
</style>
border-color css
<style>
span { border-color: #55CFF4; }
span { border-color: rgb(85,207,244); }
td.TdClassName
{
border-color: #55CFF4;
}
.TagClassName
{
border-color: #55CFF4;
}
</style>