Shades of Bright Turquoise #1BD4EF
Tints of Bright Turquoise #1BD4EF
RGB
CMYK
RGB Variations
Color information
#1BD4EF (or 0x1BD4EF) is known color: Bright Turquoise. HEX triplet: 1B, D4 and EF. RGB value is (27,212,239). Sum of RGB (Red+Green+Blue) = 27+212+239=478 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.65% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BD4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD4EF is #E42B10. Grayscale: #9F9F9F. Windows color (decimal): -14953233 or 15717403. OLE color: 15717403.
HSL color Cylindrical-coordinate representation of color #1BD4EF: hue angle of 187.64º 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 #1BD4EF is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 212 | 239 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.06 |
| HSL | 187.64º | 0.87% | 0.52% | - |
| HSV(B) | 187.64º | 0.89% | 0.94% | - |
| XYZ | 39.58 | 53.55 | 89.91 | - |
| YUV | 159.76 | 172.71 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 212 | 239 | 0.89 | 0.11 | 0 | 0.06 | 187.64 | 0.87 | 0.52 |
| Hex | 1B | D4 | EF | 59 | B | 0 | 6 | BC | 57 | 34 |
| Octal | 33 | 324 | 357 | 131 | 13 | 0 | 6 | 274 | 127 | 64 |
| Binary | 11011 | 11010100 | 11101111 | 1011001 | 1011 | 0 | 110 | 10111100 | 1010111 | 110100 |
Color Harmonies of #1BD4EF
Complementary color
Monochromatic Colors of #1BD4EF
Black with #1BD4EF
Text Example
Text Example
White with #1BD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD4EF; }
p { color: rgb(27,212,239); }
H1.HeaderClassName
{
color: #1BD4EF;
}
.AnyTagClassName
{
color: #1BD4EF;
}
</style>
background-color css
<style>
a { background-color: #1BD4EF; }
a { background-color: rgb(27,212,239); }
div.DivClassName
{
background-color: #1BD4EF;
}
.BgClassName
{
background-color: #1BD4EF;
}
</style>
border-color css
<style>
span { border-color: #1BD4EF; }
span { border-color: rgb(27,212,239); }
td.TdClassName
{
border-color: #1BD4EF;
}
.TagClassName
{
border-color: #1BD4EF;
}
</style>