Shades of Turquoise Blue #5ACFDD
Tints of Turquoise Blue #5ACFDD
RGB
CMYK
RGB Variations
Color information
#5ACFDD (or 0x5ACFDD) is known color: Turquoise Blue. HEX triplet: 5A, CF and DD. RGB value is (90,207,221). Sum of RGB (Red+Green+Blue) = 90+207+221=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ACFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFDD is #A53022. Grayscale: #ADADAD. Windows color (decimal): -10825763 or 14536538. OLE color: 14536538.
HSL color Cylindrical-coordinate representation of color #5ACFDD: hue angle of 186.41º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACFDD is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 207 | 221 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.13 |
| HSL | 186.41º | 0.66% | 0.61% | - |
| HSV(B) | 186.41º | 0.59% | 0.87% | - |
| XYZ | 39.58 | 52.02 | 76.36 | - |
| YUV | 173.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 221 | 0.59 | 0.06 | 0 | 0.13 | 186.41 | 0.66 | 0.61 |
| Hex | 5A | CF | DD | 3B | 6 | 0 | D | BA | 42 | 3D |
| Octal | 132 | 317 | 335 | 73 | 6 | 0 | 15 | 272 | 102 | 75 |
| Binary | 1011010 | 11001111 | 11011101 | 111011 | 110 | 0 | 1101 | 10111010 | 1000010 | 111101 |
Color Harmonies of #5ACFDD
Complementary color
Monochromatic Colors of #5ACFDD
Black with #5ACFDD
Text Example
Text Example
White with #5ACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFDD; }
p { color: rgb(90,207,221); }
H1.HeaderClassName
{
color: #5ACFDD;
}
.AnyTagClassName
{
color: #5ACFDD;
}
</style>
background-color css
<style>
a { background-color: #5ACFDD; }
a { background-color: rgb(90,207,221); }
div.DivClassName
{
background-color: #5ACFDD;
}
.BgClassName
{
background-color: #5ACFDD;
}
</style>
border-color css
<style>
span { border-color: #5ACFDD; }
span { border-color: rgb(90,207,221); }
td.TdClassName
{
border-color: #5ACFDD;
}
.TagClassName
{
border-color: #5ACFDD;
}
</style>