Shades of Bright Turquoise #1EFBDF
Tints of Bright Turquoise #1EFBDF
RGB
CMYK
RGB Variations
Color information
#1EFBDF (or 0x1EFBDF) is known color: Bright Turquoise. HEX triplet: 1E, FB and DF. RGB value is (30,251,223). Sum of RGB (Red+Green+Blue) = 30+251+223=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFBDF is #E10420. Grayscale: #B5B5B5. Windows color (decimal): -14746657 or 14678814. OLE color: 14678814.
HSL color Cylindrical-coordinate representation of color #1EFBDF: hue angle of 172.4º 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 #1EFBDF is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 251 | 223 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.02 |
| HSL | 172.4º | 0.97% | 0.55% | - |
| HSV(B) | 172.4º | 0.88% | 0.98% | - |
| XYZ | 48.35 | 74.6 | 81.66 | - |
| YUV | 181.73 | 151.28 | 19.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 251 | 223 | 0.88 | 0 | 0.11 | 0.02 | 172.4 | 0.97 | 0.55 |
| Hex | 1E | FB | DF | 58 | 0 | B | 2 | AC | 61 | 37 |
| Octal | 36 | 373 | 337 | 130 | 0 | 13 | 2 | 254 | 141 | 67 |
| Binary | 11110 | 11111011 | 11011111 | 1011000 | 0 | 1011 | 10 | 10101100 | 1100001 | 110111 |
Color Harmonies of #1EFBDF
Complementary color
Monochromatic Colors of #1EFBDF
Black with #1EFBDF
Text Example
Text Example
White with #1EFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFBDF; }
p { color: rgb(30,251,223); }
H1.HeaderClassName
{
color: #1EFBDF;
}
.AnyTagClassName
{
color: #1EFBDF;
}
</style>
background-color css
<style>
a { background-color: #1EFBDF; }
a { background-color: rgb(30,251,223); }
div.DivClassName
{
background-color: #1EFBDF;
}
.BgClassName
{
background-color: #1EFBDF;
}
</style>
border-color css
<style>
span { border-color: #1EFBDF; }
span { border-color: rgb(30,251,223); }
td.TdClassName
{
border-color: #1EFBDF;
}
.TagClassName
{
border-color: #1EFBDF;
}
</style>