Shades of Turquoise Blue #5ECDF2
Tints of Turquoise Blue #5ECDF2
RGB
CMYK
RGB Variations
Color information
#5ECDF2 (or 0x5ECDF2) is known color: Turquoise Blue. HEX triplet: 5E, CD and F2. RGB value is (94,205,242). Sum of RGB (Red+Green+Blue) = 94+205+242=541 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.38% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ECDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECDF2 is #A1320D. Grayscale: #AFAFAF. Windows color (decimal): -10564110 or 15912286. OLE color: 15912286.
HSL color Cylindrical-coordinate representation of color #5ECDF2: hue angle of 195º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ECDF2 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 205 | 242 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.05 |
| HSL | 195º | 0.85% | 0.66% | - |
| HSV(B) | 195º | 0.61% | 0.95% | - |
| XYZ | 42.47 | 52.45 | 91.89 | - |
| YUV | 176.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 242 | 0.61 | 0.15 | 0 | 0.05 | 195 | 0.85 | 0.66 |
| Hex | 5E | CD | F2 | 3D | F | 0 | 5 | C3 | 55 | 42 |
| Octal | 136 | 315 | 362 | 75 | 17 | 0 | 5 | 303 | 125 | 102 |
| Binary | 1011110 | 11001101 | 11110010 | 111101 | 1111 | 0 | 101 | 11000011 | 1010101 | 1000010 |
Color Harmonies of #5ECDF2
Complementary color
Monochromatic Colors of #5ECDF2
Black with #5ECDF2
Text Example
Text Example
White with #5ECDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDF2; }
p { color: rgb(94,205,242); }
H1.HeaderClassName
{
color: #5ECDF2;
}
.AnyTagClassName
{
color: #5ECDF2;
}
</style>
background-color css
<style>
a { background-color: #5ECDF2; }
a { background-color: rgb(94,205,242); }
div.DivClassName
{
background-color: #5ECDF2;
}
.BgClassName
{
background-color: #5ECDF2;
}
</style>
border-color css
<style>
span { border-color: #5ECDF2; }
span { border-color: rgb(94,205,242); }
td.TdClassName
{
border-color: #5ECDF2;
}
.TagClassName
{
border-color: #5ECDF2;
}
</style>