Shades of Turquoise Blue #5ACEDF
Tints of Turquoise Blue #5ACEDF
RGB
CMYK
RGB Variations
Color information
#5ACEDF (or 0x5ACEDF) is known color: Turquoise Blue. HEX triplet: 5A, CE and DF. RGB value is (90,206,223). Sum of RGB (Red+Green+Blue) = 90+206+223=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ACEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEDF is #A53120. Grayscale: #ADADAD. Windows color (decimal): -10826017 or 14667354. OLE color: 14667354.
HSL color Cylindrical-coordinate representation of color #5ACEDF: hue angle of 187.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ACEDF is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 206 | 223 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.13 |
| HSL | 187.67º | 0.68% | 0.61% | - |
| HSV(B) | 187.67º | 0.6% | 0.87% | - |
| XYZ | 39.61 | 51.64 | 77.69 | - |
| YUV | 173.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 223 | 0.60 | 0.08 | 0 | 0.13 | 187.67 | 0.68 | 0.61 |
| Hex | 5A | CE | DF | 3C | 8 | 0 | D | BC | 44 | 3D |
| Octal | 132 | 316 | 337 | 74 | 10 | 0 | 15 | 274 | 104 | 75 |
| Binary | 1011010 | 11001110 | 11011111 | 111100 | 1000 | 0 | 1101 | 10111100 | 1000100 | 111101 |
Color Harmonies of #5ACEDF
Complementary color
Monochromatic Colors of #5ACEDF
Black with #5ACEDF
Text Example
Text Example
White with #5ACEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEDF; }
p { color: rgb(90,206,223); }
H1.HeaderClassName
{
color: #5ACEDF;
}
.AnyTagClassName
{
color: #5ACEDF;
}
</style>
background-color css
<style>
a { background-color: #5ACEDF; }
a { background-color: rgb(90,206,223); }
div.DivClassName
{
background-color: #5ACEDF;
}
.BgClassName
{
background-color: #5ACEDF;
}
</style>
border-color css
<style>
span { border-color: #5ACEDF; }
span { border-color: rgb(90,206,223); }
td.TdClassName
{
border-color: #5ACEDF;
}
.TagClassName
{
border-color: #5ACEDF;
}
</style>