Shades of Turquoise Blue #5AEDEE
Tints of Turquoise Blue #5AEDEE
RGB
CMYK
RGB Variations
Color information
#5AEDEE (or 0x5AEDEE) is known color: Turquoise Blue. HEX triplet: 5A, ED and EE. RGB value is (90,237,238). Sum of RGB (Red+Green+Blue) = 90+237+238=565 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.93% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEDEE is #A51211. Grayscale: #C1C1C1. Windows color (decimal): -10818066 or 15658330. OLE color: 15658330.
HSL color Cylindrical-coordinate representation of color #5AEDEE: hue angle of 180.41º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEDEE is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 238 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.07 |
| HSL | 180.41º | 0.81% | 0.64% | - |
| HSV(B) | 180.41º | 0.62% | 0.93% | - |
| XYZ | 49.93 | 68.92 | 91.56 | - |
| YUV | 193.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 238 | 0.62 | 0.00 | 0 | 0.07 | 180.41 | 0.81 | 0.64 |
| Hex | 5A | ED | EE | 3E | 0 | 0 | 7 | B4 | 51 | 40 |
| Octal | 132 | 355 | 356 | 76 | 0 | 0 | 7 | 264 | 121 | 100 |
| Binary | 1011010 | 11101101 | 11101110 | 111110 | 0 | 0 | 111 | 10110100 | 1010001 | 1000000 |
Color Harmonies of #5AEDEE
Complementary color
Monochromatic Colors of #5AEDEE
Black with #5AEDEE
Text Example
Text Example
White with #5AEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEDEE; }
p { color: rgb(90,237,238); }
H1.HeaderClassName
{
color: #5AEDEE;
}
.AnyTagClassName
{
color: #5AEDEE;
}
</style>
background-color css
<style>
a { background-color: #5AEDEE; }
a { background-color: rgb(90,237,238); }
div.DivClassName
{
background-color: #5AEDEE;
}
.BgClassName
{
background-color: #5AEDEE;
}
</style>
border-color css
<style>
span { border-color: #5AEDEE; }
span { border-color: rgb(90,237,238); }
td.TdClassName
{
border-color: #5AEDEE;
}
.TagClassName
{
border-color: #5AEDEE;
}
</style>