Shades of Bright Turquoise #1BDEFD
Tints of Bright Turquoise #1BDEFD
RGB
CMYK
RGB Variations
Color information
#1BDEFD (or 0x1BDEFD) is known color: Bright Turquoise. HEX triplet: 1B, DE and FD. RGB value is (27,222,253). Sum of RGB (Red+Green+Blue) = 27+222+253=502 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.38% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BDEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDEFD is #E42102. Grayscale: #A6A6A6. Windows color (decimal): -14950659 or 16637467. OLE color: 16637467.
HSL color Cylindrical-coordinate representation of color #1BDEFD: hue angle of 188.23º 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 #1BDEFD is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 222 | 253 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.01 |
| HSL | 188.23º | 0.98% | 0.55% | - |
| HSV(B) | 188.23º | 0.89% | 0.99% | - |
| XYZ | 44.3 | 59.57 | 102.09 | - |
| YUV | 167.23 | 176.4 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 253 | 0.89 | 0.12 | 0 | 0.01 | 188.23 | 0.98 | 0.55 |
| Hex | 1B | DE | FD | 59 | C | 0 | 1 | BC | 62 | 37 |
| Octal | 33 | 336 | 375 | 131 | 14 | 0 | 1 | 274 | 142 | 67 |
| Binary | 11011 | 11011110 | 11111101 | 1011001 | 1100 | 0 | 1 | 10111100 | 1100010 | 110111 |
Color Harmonies of #1BDEFD
Complementary color
Monochromatic Colors of #1BDEFD
Black with #1BDEFD
Text Example
Text Example
White with #1BDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDEFD; }
p { color: rgb(27,222,253); }
H1.HeaderClassName
{
color: #1BDEFD;
}
.AnyTagClassName
{
color: #1BDEFD;
}
</style>
background-color css
<style>
a { background-color: #1BDEFD; }
a { background-color: rgb(27,222,253); }
div.DivClassName
{
background-color: #1BDEFD;
}
.BgClassName
{
background-color: #1BDEFD;
}
</style>
border-color css
<style>
span { border-color: #1BDEFD; }
span { border-color: rgb(27,222,253); }
td.TdClassName
{
border-color: #1BDEFD;
}
.TagClassName
{
border-color: #1BDEFD;
}
</style>