Shades of Bright Turquoise #1EFBD2
Tints of Bright Turquoise #1EFBD2
RGB
CMYK
RGB Variations
Color information
#1EFBD2 (or 0x1EFBD2) is known color: Bright Turquoise. HEX triplet: 1E, FB and D2. RGB value is (30,251,210). Sum of RGB (Red+Green+Blue) = 30+251+210=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 251 (98.44% from 255 or 51.12% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFBD2 is #E1042D. Grayscale: #B4B4B4. Windows color (decimal): -14746670 or 13826846. OLE color: 13826846.
HSL color Cylindrical-coordinate representation of color #1EFBD2: hue angle of 168.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFBD2 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 251 | 210 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.02 |
| HSL | 168.87º | 0.97% | 0.55% | - |
| HSV(B) | 168.87º | 0.88% | 0.98% | - |
| XYZ | 46.67 | 73.92 | 72.78 | - |
| YUV | 180.25 | 144.78 | 20.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 251 | 210 | 0.88 | 0 | 0.16 | 0.02 | 168.87 | 0.97 | 0.55 |
| Hex | 1E | FB | D2 | 58 | 0 | 10 | 2 | A9 | 61 | 37 |
| Octal | 36 | 373 | 322 | 130 | 0 | 20 | 2 | 251 | 141 | 67 |
| Binary | 11110 | 11111011 | 11010010 | 1011000 | 0 | 10000 | 10 | 10101001 | 1100001 | 110111 |
Color Harmonies of #1EFBD2
Complementary color
Monochromatic Colors of #1EFBD2
Black with #1EFBD2
Text Example
Text Example
White with #1EFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFBD2; }
p { color: rgb(30,251,210); }
H1.HeaderClassName
{
color: #1EFBD2;
}
.AnyTagClassName
{
color: #1EFBD2;
}
</style>
background-color css
<style>
a { background-color: #1EFBD2; }
a { background-color: rgb(30,251,210); }
div.DivClassName
{
background-color: #1EFBD2;
}
.BgClassName
{
background-color: #1EFBD2;
}
</style>
border-color css
<style>
span { border-color: #1EFBD2; }
span { border-color: rgb(30,251,210); }
td.TdClassName
{
border-color: #1EFBD2;
}
.TagClassName
{
border-color: #1EFBD2;
}
</style>