Shades of Turquoise Blue #5ACADF
Tints of Turquoise Blue #5ACADF
RGB
CMYK
RGB Variations
Color information
#5ACADF (or 0x5ACADF) is known color: Turquoise Blue. HEX triplet: 5A, CA and DF. RGB value is (90,202,223). Sum of RGB (Red+Green+Blue) = 90+202+223=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ACADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACADF is #A53520. Grayscale: #AAAAAA. Windows color (decimal): -10827041 or 14666330. OLE color: 14666330.
HSL color Cylindrical-coordinate representation of color #5ACADF: hue angle of 189.47º 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 #5ACADF is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 202 | 223 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.13 |
| HSL | 189.47º | 0.68% | 0.61% | - |
| HSV(B) | 189.47º | 0.6% | 0.87% | - |
| XYZ | 38.66 | 49.74 | 77.38 | - |
| YUV | 170.91 | 157.39 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 223 | 0.60 | 0.09 | 0 | 0.13 | 189.47 | 0.68 | 0.61 |
| Hex | 5A | CA | DF | 3C | 9 | 0 | D | BD | 44 | 3D |
| Octal | 132 | 312 | 337 | 74 | 11 | 0 | 15 | 275 | 104 | 75 |
| Binary | 1011010 | 11001010 | 11011111 | 111100 | 1001 | 0 | 1101 | 10111101 | 1000100 | 111101 |
Color Harmonies of #5ACADF
Complementary color
Monochromatic Colors of #5ACADF
Black with #5ACADF
Text Example
Text Example
White with #5ACADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACADF; }
p { color: rgb(90,202,223); }
H1.HeaderClassName
{
color: #5ACADF;
}
.AnyTagClassName
{
color: #5ACADF;
}
</style>
background-color css
<style>
a { background-color: #5ACADF; }
a { background-color: rgb(90,202,223); }
div.DivClassName
{
background-color: #5ACADF;
}
.BgClassName
{
background-color: #5ACADF;
}
</style>
border-color css
<style>
span { border-color: #5ACADF; }
span { border-color: rgb(90,202,223); }
td.TdClassName
{
border-color: #5ACADF;
}
.TagClassName
{
border-color: #5ACADF;
}
</style>