Shades of Turquoise #3EDEFB
Tints of Turquoise #3EDEFB
RGB
CMYK
RGB Variations
Color information
#3EDEFB (or 0x3EDEFB) is known color: Turquoise. HEX triplet: 3E, DE and FB. RGB value is (62,222,251). Sum of RGB (Red+Green+Blue) = 62+222+251=535 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.59% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #3EDEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDEFB is #C12104. Grayscale: #B1B1B1. Windows color (decimal): -12656901 or 16506430. OLE color: 16506430.
HSL color Cylindrical-coordinate representation of color #3EDEFB: hue angle of 189.21º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EDEFB is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 222 | 251 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.02 |
| HSL | 189.21º | 0.96% | 0.61% | - |
| HSV(B) | 189.21º | 0.75% | 0.98% | - |
| XYZ | 45.52 | 60.23 | 100.49 | - |
| YUV | 177.47 | 169.49 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 251 | 0.75 | 0.12 | 0 | 0.02 | 189.21 | 0.96 | 0.61 |
| Hex | 3E | DE | FB | 4B | C | 0 | 2 | BD | 60 | 3D |
| Octal | 76 | 336 | 373 | 113 | 14 | 0 | 2 | 275 | 140 | 75 |
| Binary | 111110 | 11011110 | 11111011 | 1001011 | 1100 | 0 | 10 | 10111101 | 1100000 | 111101 |
Color Harmonies of #3EDEFB
Complementary color
Monochromatic Colors of #3EDEFB
Black with #3EDEFB
Text Example
Text Example
White with #3EDEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDEFB; }
p { color: rgb(62,222,251); }
H1.HeaderClassName
{
color: #3EDEFB;
}
.AnyTagClassName
{
color: #3EDEFB;
}
</style>
background-color css
<style>
a { background-color: #3EDEFB; }
a { background-color: rgb(62,222,251); }
div.DivClassName
{
background-color: #3EDEFB;
}
.BgClassName
{
background-color: #3EDEFB;
}
</style>
border-color css
<style>
span { border-color: #3EDEFB; }
span { border-color: rgb(62,222,251); }
td.TdClassName
{
border-color: #3EDEFB;
}
.TagClassName
{
border-color: #3EDEFB;
}
</style>