Shades of Turquoise Blue #5ADFDF
Tints of Turquoise Blue #5ADFDF
RGB
CMYK
RGB Variations
Color information
#5ADFDF (or 0x5ADFDF) is known color: Turquoise Blue. HEX triplet: 5A, DF and DF. RGB value is (90,223,223). Sum of RGB (Red+Green+Blue) = 90+223+223=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #5ADFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFDF is #A52020. Grayscale: #B7B7B7. Windows color (decimal): -10821665 or 14671706. OLE color: 14671706.
HSL color Cylindrical-coordinate representation of color #5ADFDF: hue angle of 180º 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 #5ADFDF is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 223 | - |
| CMYK | 0.60 | 0 | 0 | 0.13 |
| HSL | 180º | 0.68% | 0.61% | - |
| HSV(B) | 180º | 0.6% | 0.87% | - |
| XYZ | 43.92 | 60.28 | 79.13 | - |
| YUV | 183.23 | 150.44 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 223 | 0.60 | 0 | 0 | 0.13 | 180 | 0.68 | 0.61 |
| Hex | 5A | DF | DF | 3C | 0 | 0 | D | B4 | 44 | 3D |
| Octal | 132 | 337 | 337 | 74 | 0 | 0 | 15 | 264 | 104 | 75 |
| Binary | 1011010 | 11011111 | 11011111 | 111100 | 0 | 0 | 1101 | 10110100 | 1000100 | 111101 |
Color Harmonies of #5ADFDF
Complementary color
Monochromatic Colors of #5ADFDF
Black with #5ADFDF
Text Example
Text Example
White with #5ADFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFDF; }
p { color: rgb(90,223,223); }
H1.HeaderClassName
{
color: #5ADFDF;
}
.AnyTagClassName
{
color: #5ADFDF;
}
</style>
background-color css
<style>
a { background-color: #5ADFDF; }
a { background-color: rgb(90,223,223); }
div.DivClassName
{
background-color: #5ADFDF;
}
.BgClassName
{
background-color: #5ADFDF;
}
</style>
border-color css
<style>
span { border-color: #5ADFDF; }
span { border-color: rgb(90,223,223); }
td.TdClassName
{
border-color: #5ADFDF;
}
.TagClassName
{
border-color: #5ADFDF;
}
</style>