Shades of Turquoise #3EDFFF
Tints of Turquoise #3EDFFF
RGB
CMYK
RGB Variations
Color information
#3EDFFF (or 0x3EDFFF) is known color: Turquoise. HEX triplet: 3E, DF and FF. RGB value is (62,223,255). Sum of RGB (Red+Green+Blue) = 62+223+255=540 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.48% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #3EDFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFFF is #C12000. Grayscale: #B2B2B2. Windows color (decimal): -12656641 or 16768830. OLE color: 16768830.
HSL color Cylindrical-coordinate representation of color #3EDFFF: hue angle of 189.95º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EDFFF is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 223 | 255 | - |
| CMYK | 0.76 | 0.13 | 0 | 0 |
| HSL | 189.95º | 1% | 0.62% | - |
| HSV(B) | 189.95º | 0.76% | 1% | - |
| XYZ | 46.42 | 61.02 | 103.94 | - |
| YUV | 178.51 | 171.16 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 255 | 0.76 | 0.13 | 0 | 0 | 189.95 | 1 | 0.62 |
| Hex | 3E | DF | FF | 4C | D | 0 | 0 | BE | 64 | 3E |
| Octal | 76 | 337 | 377 | 114 | 15 | 0 | 0 | 276 | 144 | 76 |
| Binary | 111110 | 11011111 | 11111111 | 1001100 | 1101 | 0 | 0 | 10111110 | 1100100 | 111110 |
Color Harmonies of #3EDFFF
Complementary color
Monochromatic Colors of #3EDFFF
Black with #3EDFFF
Text Example
Text Example
White with #3EDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFFF; }
p { color: rgb(62,223,255); }
H1.HeaderClassName
{
color: #3EDFFF;
}
.AnyTagClassName
{
color: #3EDFFF;
}
</style>
background-color css
<style>
a { background-color: #3EDFFF; }
a { background-color: rgb(62,223,255); }
div.DivClassName
{
background-color: #3EDFFF;
}
.BgClassName
{
background-color: #3EDFFF;
}
</style>
border-color css
<style>
span { border-color: #3EDFFF; }
span { border-color: rgb(62,223,255); }
td.TdClassName
{
border-color: #3EDFFF;
}
.TagClassName
{
border-color: #3EDFFF;
}
</style>