Shades of Turquoise Blue #3ED9FE
Tints of Turquoise Blue #3ED9FE
RGB
CMYK
RGB Variations
Color information
#3ED9FE (or 0x3ED9FE) is known color: Turquoise Blue. HEX triplet: 3E, D9 and FE. RGB value is (62,217,254). Sum of RGB (Red+Green+Blue) = 62+217+254=533 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.63% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #3ED9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED9FE is #C12601. Grayscale: #AEAEAE. Windows color (decimal): -12658178 or 16701758. OLE color: 16701758.
HSL color Cylindrical-coordinate representation of color #3ED9FE: hue angle of 191.56º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ED9FE is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 217 | 254 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.00 |
| HSL | 191.56º | 0.99% | 0.62% | - |
| HSV(B) | 191.56º | 0.76% | 1% | - |
| XYZ | 44.69 | 57.81 | 102.57 | - |
| YUV | 174.87 | 172.65 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 217 | 254 | 0.76 | 0.15 | 0 | 0.00 | 191.56 | 0.99 | 0.62 |
| Hex | 3E | D9 | FE | 4C | F | 0 | 0 | C0 | 63 | 3E |
| Octal | 76 | 331 | 376 | 114 | 17 | 0 | 0 | 300 | 143 | 76 |
| Binary | 111110 | 11011001 | 11111110 | 1001100 | 1111 | 0 | 0 | 11000000 | 1100011 | 111110 |
Color Harmonies of #3ED9FE
Complementary color
Monochromatic Colors of #3ED9FE
Black with #3ED9FE
Text Example
Text Example
White with #3ED9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED9FE; }
p { color: rgb(62,217,254); }
H1.HeaderClassName
{
color: #3ED9FE;
}
.AnyTagClassName
{
color: #3ED9FE;
}
</style>
background-color css
<style>
a { background-color: #3ED9FE; }
a { background-color: rgb(62,217,254); }
div.DivClassName
{
background-color: #3ED9FE;
}
.BgClassName
{
background-color: #3ED9FE;
}
</style>
border-color css
<style>
span { border-color: #3ED9FE; }
span { border-color: rgb(62,217,254); }
td.TdClassName
{
border-color: #3ED9FE;
}
.TagClassName
{
border-color: #3ED9FE;
}
</style>