Shades of Bright Turquoise #1BFDC7
Tints of Bright Turquoise #1BFDC7
RGB
CMYK
RGB Variations
Color information
#1BFDC7 (or 0x1BFDC7) is known color: Bright Turquoise. HEX triplet: 1B, FD and C7. RGB value is (27,253,199). Sum of RGB (Red+Green+Blue) = 27+253+199=479 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.64% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFDC7 is #E40238. Grayscale: #B3B3B3. Windows color (decimal): -14942777 or 13106459. OLE color: 13106459.
HSL color Cylindrical-coordinate representation of color #1BFDC7: hue angle of 165.66º 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 #1BFDC7 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 199 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.01 |
| HSL | 165.66º | 0.98% | 0.55% | - |
| HSV(B) | 165.66º | 0.89% | 0.99% | - |
| XYZ | 45.89 | 74.61 | 66.02 | - |
| YUV | 179.27 | 139.13 | 19.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 199 | 0.89 | 0 | 0.21 | 0.01 | 165.66 | 0.98 | 0.55 |
| Hex | 1B | FD | C7 | 59 | 0 | 15 | 1 | A6 | 62 | 37 |
| Octal | 33 | 375 | 307 | 131 | 0 | 25 | 1 | 246 | 142 | 67 |
| Binary | 11011 | 11111101 | 11000111 | 1011001 | 0 | 10101 | 1 | 10100110 | 1100010 | 110111 |
Color Harmonies of #1BFDC7
Complementary color
Monochromatic Colors of #1BFDC7
Black with #1BFDC7
Text Example
Text Example
White with #1BFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFDC7; }
p { color: rgb(27,253,199); }
H1.HeaderClassName
{
color: #1BFDC7;
}
.AnyTagClassName
{
color: #1BFDC7;
}
</style>
background-color css
<style>
a { background-color: #1BFDC7; }
a { background-color: rgb(27,253,199); }
div.DivClassName
{
background-color: #1BFDC7;
}
.BgClassName
{
background-color: #1BFDC7;
}
</style>
border-color css
<style>
span { border-color: #1BFDC7; }
span { border-color: rgb(27,253,199); }
td.TdClassName
{
border-color: #1BFDC7;
}
.TagClassName
{
border-color: #1BFDC7;
}
</style>