Shades of Bright Turquoise #1BDEF7
Tints of Bright Turquoise #1BDEF7
RGB
CMYK
RGB Variations
Color information
#1BDEF7 (or 0x1BDEF7) is known color: Bright Turquoise. HEX triplet: 1B, DE and F7. RGB value is (27,222,247). Sum of RGB (Red+Green+Blue) = 27+222+247=496 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.44% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #1BDEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDEF7 is #E42108. Grayscale: #A6A6A6. Windows color (decimal): -14950665 or 16244251. OLE color: 16244251.
HSL color Cylindrical-coordinate representation of color #1BDEF7: hue angle of 186.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BDEF7 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 222 | 247 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.03 |
| HSL | 186.82º | 0.93% | 0.54% | - |
| HSV(B) | 186.82º | 0.89% | 0.97% | - |
| XYZ | 43.36 | 59.19 | 97.14 | - |
| YUV | 166.55 | 173.4 | 28.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 247 | 0.89 | 0.10 | 0 | 0.03 | 186.82 | 0.93 | 0.54 |
| Hex | 1B | DE | F7 | 59 | A | 0 | 3 | BB | 5D | 36 |
| Octal | 33 | 336 | 367 | 131 | 12 | 0 | 3 | 273 | 135 | 66 |
| Binary | 11011 | 11011110 | 11110111 | 1011001 | 1010 | 0 | 11 | 10111011 | 1011101 | 110110 |
Color Harmonies of #1BDEF7
Complementary color
Monochromatic Colors of #1BDEF7
Black with #1BDEF7
Text Example
Text Example
White with #1BDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDEF7; }
p { color: rgb(27,222,247); }
H1.HeaderClassName
{
color: #1BDEF7;
}
.AnyTagClassName
{
color: #1BDEF7;
}
</style>
background-color css
<style>
a { background-color: #1BDEF7; }
a { background-color: rgb(27,222,247); }
div.DivClassName
{
background-color: #1BDEF7;
}
.BgClassName
{
background-color: #1BDEF7;
}
</style>
border-color css
<style>
span { border-color: #1BDEF7; }
span { border-color: rgb(27,222,247); }
td.TdClassName
{
border-color: #1BDEF7;
}
.TagClassName
{
border-color: #1BDEF7;
}
</style>