Shades of Bright Turquoise #1BEFD2
Tints of Bright Turquoise #1BEFD2
RGB
CMYK
RGB Variations
Color information
#1BEFD2 (or 0x1BEFD2) is known color: Bright Turquoise. HEX triplet: 1B, EF and D2. RGB value is (27,239,210). Sum of RGB (Red+Green+Blue) = 27+239+210=476 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.67% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFD2 is #E4102D. Grayscale: #ACACAC. Windows color (decimal): -14946350 or 13823771. OLE color: 13823771.
HSL color Cylindrical-coordinate representation of color #1BEFD2: hue angle of 171.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEFD2 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 210 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.06 |
| HSL | 171.79º | 0.87% | 0.52% | - |
| HSV(B) | 171.79º | 0.89% | 0.94% | - |
| XYZ | 42.95 | 66.62 | 71.57 | - |
| YUV | 172.31 | 149.26 | 24.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 210 | 0.89 | 0 | 0.12 | 0.06 | 171.79 | 0.87 | 0.52 |
| Hex | 1B | EF | D2 | 59 | 0 | C | 6 | AC | 57 | 34 |
| Octal | 33 | 357 | 322 | 131 | 0 | 14 | 6 | 254 | 127 | 64 |
| Binary | 11011 | 11101111 | 11010010 | 1011001 | 0 | 1100 | 110 | 10101100 | 1010111 | 110100 |
Color Harmonies of #1BEFD2
Complementary color
Monochromatic Colors of #1BEFD2
Black with #1BEFD2
Text Example
Text Example
White with #1BEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEFD2; }
p { color: rgb(27,239,210); }
H1.HeaderClassName
{
color: #1BEFD2;
}
.AnyTagClassName
{
color: #1BEFD2;
}
</style>
background-color css
<style>
a { background-color: #1BEFD2; }
a { background-color: rgb(27,239,210); }
div.DivClassName
{
background-color: #1BEFD2;
}
.BgClassName
{
background-color: #1BEFD2;
}
</style>
border-color css
<style>
span { border-color: #1BEFD2; }
span { border-color: rgb(27,239,210); }
td.TdClassName
{
border-color: #1BEFD2;
}
.TagClassName
{
border-color: #1BEFD2;
}
</style>