Shades of Turquoise #3EDEF3
Tints of Turquoise #3EDEF3
RGB
CMYK
RGB Variations
Color information
#3EDEF3 (or 0x3EDEF3) is known color: Turquoise. HEX triplet: 3E, DE and F3. RGB value is (62,222,243). Sum of RGB (Red+Green+Blue) = 62+222+243=527 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.76% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #3EDEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDEF3 is #C1210C. Grayscale: #B0B0B0. Windows color (decimal): -12656909 or 15982142. OLE color: 15982142.
HSL color Cylindrical-coordinate representation of color #3EDEF3: hue angle of 186.96º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EDEF3 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 222 | 243 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.05 |
| HSL | 186.96º | 0.88% | 0.6% | - |
| HSV(B) | 186.96º | 0.74% | 0.95% | - |
| XYZ | 44.29 | 59.74 | 93.99 | - |
| YUV | 176.55 | 165.49 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 243 | 0.74 | 0.09 | 0 | 0.05 | 186.96 | 0.88 | 0.6 |
| Hex | 3E | DE | F3 | 4A | 9 | 0 | 5 | BB | 58 | 3C |
| Octal | 76 | 336 | 363 | 112 | 11 | 0 | 5 | 273 | 130 | 74 |
| Binary | 111110 | 11011110 | 11110011 | 1001010 | 1001 | 0 | 101 | 10111011 | 1011000 | 111100 |
Color Harmonies of #3EDEF3
Complementary color
Monochromatic Colors of #3EDEF3
Black with #3EDEF3
Text Example
Text Example
White with #3EDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDEF3; }
p { color: rgb(62,222,243); }
H1.HeaderClassName
{
color: #3EDEF3;
}
.AnyTagClassName
{
color: #3EDEF3;
}
</style>
background-color css
<style>
a { background-color: #3EDEF3; }
a { background-color: rgb(62,222,243); }
div.DivClassName
{
background-color: #3EDEF3;
}
.BgClassName
{
background-color: #3EDEF3;
}
</style>
border-color css
<style>
span { border-color: #3EDEF3; }
span { border-color: rgb(62,222,243); }
td.TdClassName
{
border-color: #3EDEF3;
}
.TagClassName
{
border-color: #3EDEF3;
}
</style>