Shades of Turquoise Blue #55CFF3
Tints of Turquoise Blue #55CFF3
RGB
CMYK
RGB Variations
Color information
#55CFF3 (or 0x55CFF3) is known color: Turquoise Blue. HEX triplet: 55, CF and F3. RGB value is (85,207,243). Sum of RGB (Red+Green+Blue) = 85+207+243=535 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.89% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #55CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFF3 is #AA300C. Grayscale: #AEAEAE. Windows color (decimal): -11153421 or 15978325. OLE color: 15978325.
HSL color Cylindrical-coordinate representation of color #55CFF3: hue angle of 193.67º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55CFF3 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 207 | 243 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.05 |
| HSL | 193.67º | 0.87% | 0.64% | - |
| HSV(B) | 193.67º | 0.65% | 0.95% | - |
| XYZ | 42.24 | 53.03 | 92.8 | - |
| YUV | 174.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 243 | 0.65 | 0.15 | 0 | 0.05 | 193.67 | 0.87 | 0.64 |
| Hex | 55 | CF | F3 | 41 | F | 0 | 5 | C2 | 57 | 40 |
| Octal | 125 | 317 | 363 | 101 | 17 | 0 | 5 | 302 | 127 | 100 |
| Binary | 1010101 | 11001111 | 11110011 | 1000001 | 1111 | 0 | 101 | 11000010 | 1010111 | 1000000 |
Color Harmonies of #55CFF3
Complementary color
Monochromatic Colors of #55CFF3
Black with #55CFF3
Text Example
Text Example
White with #55CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFF3; }
p { color: rgb(85,207,243); }
H1.HeaderClassName
{
color: #55CFF3;
}
.AnyTagClassName
{
color: #55CFF3;
}
</style>
background-color css
<style>
a { background-color: #55CFF3; }
a { background-color: rgb(85,207,243); }
div.DivClassName
{
background-color: #55CFF3;
}
.BgClassName
{
background-color: #55CFF3;
}
</style>
border-color css
<style>
span { border-color: #55CFF3; }
span { border-color: rgb(85,207,243); }
td.TdClassName
{
border-color: #55CFF3;
}
.TagClassName
{
border-color: #55CFF3;
}
</style>