Shades of Turquoise Blue #5ACBDC
Tints of Turquoise Blue #5ACBDC
RGB
CMYK
RGB Variations
Color information
#5ACBDC (or 0x5ACBDC) is known color: Turquoise Blue. HEX triplet: 5A, CB and DC. RGB value is (90,203,220). Sum of RGB (Red+Green+Blue) = 90+203+220=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ACBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBDC is #A53423. Grayscale: #AAAAAA. Windows color (decimal): -10826788 or 14469978. OLE color: 14469978.
HSL color Cylindrical-coordinate representation of color #5ACBDC: hue angle of 187.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACBDC is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 203 | 220 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.14 |
| HSL | 187.85º | 0.65% | 0.61% | - |
| HSV(B) | 187.85º | 0.59% | 0.86% | - |
| XYZ | 38.49 | 50.05 | 75.34 | - |
| YUV | 171.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 220 | 0.59 | 0.08 | 0 | 0.14 | 187.85 | 0.65 | 0.61 |
| Hex | 5A | CB | DC | 3B | 8 | 0 | E | BC | 41 | 3D |
| Octal | 132 | 313 | 334 | 73 | 10 | 0 | 16 | 274 | 101 | 75 |
| Binary | 1011010 | 11001011 | 11011100 | 111011 | 1000 | 0 | 1110 | 10111100 | 1000001 | 111101 |
Color Harmonies of #5ACBDC
Complementary color
Monochromatic Colors of #5ACBDC
Black with #5ACBDC
Text Example
Text Example
White with #5ACBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBDC; }
p { color: rgb(90,203,220); }
H1.HeaderClassName
{
color: #5ACBDC;
}
.AnyTagClassName
{
color: #5ACBDC;
}
</style>
background-color css
<style>
a { background-color: #5ACBDC; }
a { background-color: rgb(90,203,220); }
div.DivClassName
{
background-color: #5ACBDC;
}
.BgClassName
{
background-color: #5ACBDC;
}
</style>
border-color css
<style>
span { border-color: #5ACBDC; }
span { border-color: rgb(90,203,220); }
td.TdClassName
{
border-color: #5ACBDC;
}
.TagClassName
{
border-color: #5ACBDC;
}
</style>