Shades of Turquoise #3EDEFC
Tints of Turquoise #3EDEFC
RGB
CMYK
RGB Variations
Color information
#3EDEFC (or 0x3EDEFC) is known color: Turquoise. HEX triplet: 3E, DE and FC. RGB value is (62,222,252). Sum of RGB (Red+Green+Blue) = 62+222+252=536 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.57% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #3EDEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDEFC is #C12103. Grayscale: #B1B1B1. Windows color (decimal): -12656900 or 16571966. OLE color: 16571966.
HSL color Cylindrical-coordinate representation of color #3EDEFC: hue angle of 189.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EDEFC is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 222 | 252 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.01 |
| HSL | 189.47º | 0.97% | 0.62% | - |
| HSV(B) | 189.47º | 0.75% | 0.99% | - |
| XYZ | 45.68 | 60.29 | 101.33 | - |
| YUV | 177.58 | 169.99 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 252 | 0.75 | 0.12 | 0 | 0.01 | 189.47 | 0.97 | 0.62 |
| Hex | 3E | DE | FC | 4B | C | 0 | 1 | BD | 61 | 3E |
| Octal | 76 | 336 | 374 | 113 | 14 | 0 | 1 | 275 | 141 | 76 |
| Binary | 111110 | 11011110 | 11111100 | 1001011 | 1100 | 0 | 1 | 10111101 | 1100001 | 111110 |
Color Harmonies of #3EDEFC
Complementary color
Monochromatic Colors of #3EDEFC
Black with #3EDEFC
Text Example
Text Example
White with #3EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDEFC; }
p { color: rgb(62,222,252); }
H1.HeaderClassName
{
color: #3EDEFC;
}
.AnyTagClassName
{
color: #3EDEFC;
}
</style>
background-color css
<style>
a { background-color: #3EDEFC; }
a { background-color: rgb(62,222,252); }
div.DivClassName
{
background-color: #3EDEFC;
}
.BgClassName
{
background-color: #3EDEFC;
}
</style>
border-color css
<style>
span { border-color: #3EDEFC; }
span { border-color: rgb(62,222,252); }
td.TdClassName
{
border-color: #3EDEFC;
}
.TagClassName
{
border-color: #3EDEFC;
}
</style>