Shades of Bright Turquoise #1BE0FD
Tints of Bright Turquoise #1BE0FD
RGB
CMYK
RGB Variations
Color information
#1BE0FD (or 0x1BE0FD) is known color: Bright Turquoise. HEX triplet: 1B, E0 and FD. RGB value is (27,224,253). Sum of RGB (Red+Green+Blue) = 27+224+253=504 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.36% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BE0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE0FD is #E41F02. Grayscale: #A8A8A8. Windows color (decimal): -14950147 or 16637979. OLE color: 16637979.
HSL color Cylindrical-coordinate representation of color #1BE0FD: hue angle of 187.7º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BE0FD is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 224 | 253 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.01 |
| HSL | 187.7º | 0.98% | 0.55% | - |
| HSV(B) | 187.7º | 0.89% | 0.99% | - |
| XYZ | 44.84 | 60.64 | 102.27 | - |
| YUV | 168.4 | 175.73 | 27.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 253 | 0.89 | 0.11 | 0 | 0.01 | 187.7 | 0.98 | 0.55 |
| Hex | 1B | E0 | FD | 59 | B | 0 | 1 | BC | 62 | 37 |
| Octal | 33 | 340 | 375 | 131 | 13 | 0 | 1 | 274 | 142 | 67 |
| Binary | 11011 | 11100000 | 11111101 | 1011001 | 1011 | 0 | 1 | 10111100 | 1100010 | 110111 |
Color Harmonies of #1BE0FD
Complementary color
Monochromatic Colors of #1BE0FD
Black with #1BE0FD
Text Example
Text Example
White with #1BE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE0FD; }
p { color: rgb(27,224,253); }
H1.HeaderClassName
{
color: #1BE0FD;
}
.AnyTagClassName
{
color: #1BE0FD;
}
</style>
background-color css
<style>
a { background-color: #1BE0FD; }
a { background-color: rgb(27,224,253); }
div.DivClassName
{
background-color: #1BE0FD;
}
.BgClassName
{
background-color: #1BE0FD;
}
</style>
border-color css
<style>
span { border-color: #1BE0FD; }
span { border-color: rgb(27,224,253); }
td.TdClassName
{
border-color: #1BE0FD;
}
.TagClassName
{
border-color: #1BE0FD;
}
</style>