Shades of Bright Turquoise #1BEED1
Tints of Bright Turquoise #1BEED1
RGB
CMYK
RGB Variations
Color information
#1BEED1 (or 0x1BEED1) is known color: Bright Turquoise. HEX triplet: 1B, EE and D1. RGB value is (27,238,209). Sum of RGB (Red+Green+Blue) = 27+238+209=474 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.70% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEED1 is #E4112E. Grayscale: #ABABAB. Windows color (decimal): -14946607 or 13757979. OLE color: 13757979.
HSL color Cylindrical-coordinate representation of color #1BEED1: hue angle of 171.75º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEED1 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 238 | 209 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.07 |
| HSL | 171.75º | 0.86% | 0.52% | - |
| HSV(B) | 171.75º | 0.89% | 0.93% | - |
| XYZ | 42.54 | 65.99 | 70.82 | - |
| YUV | 171.61 | 149.1 | 24.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 209 | 0.89 | 0 | 0.12 | 0.07 | 171.75 | 0.86 | 0.52 |
| Hex | 1B | EE | D1 | 59 | 0 | C | 7 | AC | 56 | 34 |
| Octal | 33 | 356 | 321 | 131 | 0 | 14 | 7 | 254 | 126 | 64 |
| Binary | 11011 | 11101110 | 11010001 | 1011001 | 0 | 1100 | 111 | 10101100 | 1010110 | 110100 |
Color Harmonies of #1BEED1
Complementary color
Monochromatic Colors of #1BEED1
Black with #1BEED1
Text Example
Text Example
White with #1BEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEED1; }
p { color: rgb(27,238,209); }
H1.HeaderClassName
{
color: #1BEED1;
}
.AnyTagClassName
{
color: #1BEED1;
}
</style>
background-color css
<style>
a { background-color: #1BEED1; }
a { background-color: rgb(27,238,209); }
div.DivClassName
{
background-color: #1BEED1;
}
.BgClassName
{
background-color: #1BEED1;
}
</style>
border-color css
<style>
span { border-color: #1BEED1; }
span { border-color: rgb(27,238,209); }
td.TdClassName
{
border-color: #1BEED1;
}
.TagClassName
{
border-color: #1BEED1;
}
</style>