Shades of Bright Turquoise #1BEBDF
Tints of Bright Turquoise #1BEBDF
RGB
CMYK
RGB Variations
Color information
#1BEBDF (or 0x1BEBDF) is known color: Bright Turquoise. HEX triplet: 1B, EB and DF. RGB value is (27,235,223). Sum of RGB (Red+Green+Blue) = 27+235+223=485 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.57% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEBDF is #E41420. Grayscale: #ABABAB. Windows color (decimal): -14947361 or 14674715. OLE color: 14674715.
HSL color Cylindrical-coordinate representation of color #1BEBDF: hue angle of 176.54º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEBDF is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 235 | 223 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.08 |
| HSL | 176.54º | 0.84% | 0.51% | - |
| HSV(B) | 176.54º | 0.89% | 0.92% | - |
| XYZ | 43.48 | 64.98 | 80.06 | - |
| YUV | 171.44 | 157.09 | 24.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 235 | 223 | 0.89 | 0 | 0.05 | 0.08 | 176.54 | 0.84 | 0.51 |
| Hex | 1B | EB | DF | 59 | 0 | 5 | 8 | B1 | 54 | 33 |
| Octal | 33 | 353 | 337 | 131 | 0 | 5 | 10 | 261 | 124 | 63 |
| Binary | 11011 | 11101011 | 11011111 | 1011001 | 0 | 101 | 1000 | 10110001 | 1010100 | 110011 |
Color Harmonies of #1BEBDF
Complementary color
Monochromatic Colors of #1BEBDF
Black with #1BEBDF
Text Example
Text Example
White with #1BEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEBDF; }
p { color: rgb(27,235,223); }
H1.HeaderClassName
{
color: #1BEBDF;
}
.AnyTagClassName
{
color: #1BEBDF;
}
</style>
background-color css
<style>
a { background-color: #1BEBDF; }
a { background-color: rgb(27,235,223); }
div.DivClassName
{
background-color: #1BEBDF;
}
.BgClassName
{
background-color: #1BEBDF;
}
</style>
border-color css
<style>
span { border-color: #1BEBDF; }
span { border-color: rgb(27,235,223); }
td.TdClassName
{
border-color: #1BEBDF;
}
.TagClassName
{
border-color: #1BEBDF;
}
</style>