Shades of Turquoise #3EDBFC
Tints of Turquoise #3EDBFC
RGB
CMYK
RGB Variations
Color information
#3EDBFC (or 0x3EDBFC) is known color: Turquoise. HEX triplet: 3E, DB and FC. RGB value is (62,219,252). Sum of RGB (Red+Green+Blue) = 62+219+252=533 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.63% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #3EDBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDBFC is #C12403. Grayscale: #AFAFAF. Windows color (decimal): -12657668 or 16571198. OLE color: 16571198.
HSL color Cylindrical-coordinate representation of color #3EDBFC: hue angle of 190.42º 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 #3EDBFC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 219 | 252 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.01 |
| HSL | 190.42º | 0.97% | 0.62% | - |
| HSV(B) | 190.42º | 0.75% | 0.99% | - |
| XYZ | 44.89 | 58.72 | 101.06 | - |
| YUV | 175.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 252 | 0.75 | 0.13 | 0 | 0.01 | 190.42 | 0.97 | 0.62 |
| Hex | 3E | DB | FC | 4B | D | 0 | 1 | BE | 61 | 3E |
| Octal | 76 | 333 | 374 | 113 | 15 | 0 | 1 | 276 | 141 | 76 |
| Binary | 111110 | 11011011 | 11111100 | 1001011 | 1101 | 0 | 1 | 10111110 | 1100001 | 111110 |
Color Harmonies of #3EDBFC
Complementary color
Monochromatic Colors of #3EDBFC
Black with #3EDBFC
Text Example
Text Example
White with #3EDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDBFC; }
p { color: rgb(62,219,252); }
H1.HeaderClassName
{
color: #3EDBFC;
}
.AnyTagClassName
{
color: #3EDBFC;
}
</style>
background-color css
<style>
a { background-color: #3EDBFC; }
a { background-color: rgb(62,219,252); }
div.DivClassName
{
background-color: #3EDBFC;
}
.BgClassName
{
background-color: #3EDBFC;
}
</style>
border-color css
<style>
span { border-color: #3EDBFC; }
span { border-color: rgb(62,219,252); }
td.TdClassName
{
border-color: #3EDBFC;
}
.TagClassName
{
border-color: #3EDBFC;
}
</style>