Shades of Turquoise #3EDFF1
Tints of Turquoise #3EDFF1
RGB
CMYK
RGB Variations
Color information
#3EDFF1 (or 0x3EDFF1) is known color: Turquoise. HEX triplet: 3E, DF and F1. RGB value is (62,223,241). Sum of RGB (Red+Green+Blue) = 62+223+241=526 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.79% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #3EDFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFF1 is #C1200E. Grayscale: #B0B0B0. Windows color (decimal): -12656655 or 15851326. OLE color: 15851326.
HSL color Cylindrical-coordinate representation of color #3EDFF1: hue angle of 186.03º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EDFF1 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 223 | 241 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.05 |
| HSL | 186.03º | 0.86% | 0.59% | - |
| HSV(B) | 186.03º | 0.74% | 0.95% | - |
| XYZ | 44.25 | 60.15 | 92.5 | - |
| YUV | 176.91 | 164.16 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 241 | 0.74 | 0.07 | 0 | 0.05 | 186.03 | 0.86 | 0.59 |
| Hex | 3E | DF | F1 | 4A | 7 | 0 | 5 | BA | 56 | 3B |
| Octal | 76 | 337 | 361 | 112 | 7 | 0 | 5 | 272 | 126 | 73 |
| Binary | 111110 | 11011111 | 11110001 | 1001010 | 111 | 0 | 101 | 10111010 | 1010110 | 111011 |
Color Harmonies of #3EDFF1
Complementary color
Monochromatic Colors of #3EDFF1
Black with #3EDFF1
Text Example
Text Example
White with #3EDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFF1; }
p { color: rgb(62,223,241); }
H1.HeaderClassName
{
color: #3EDFF1;
}
.AnyTagClassName
{
color: #3EDFF1;
}
</style>
background-color css
<style>
a { background-color: #3EDFF1; }
a { background-color: rgb(62,223,241); }
div.DivClassName
{
background-color: #3EDFF1;
}
.BgClassName
{
background-color: #3EDFF1;
}
</style>
border-color css
<style>
span { border-color: #3EDFF1; }
span { border-color: rgb(62,223,241); }
td.TdClassName
{
border-color: #3EDFF1;
}
.TagClassName
{
border-color: #3EDFF1;
}
</style>