Shades of Bright Turquoise #1BFDCC
Tints of Bright Turquoise #1BFDCC
RGB
CMYK
RGB Variations
Color information
#1BFDCC (or 0x1BFDCC) is known color: Bright Turquoise. HEX triplet: 1B, FD and CC. RGB value is (27,253,204). Sum of RGB (Red+Green+Blue) = 27+253+204=484 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.58% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFDCC is #E40233. Grayscale: #B3B3B3. Windows color (decimal): -14942772 or 13434139. OLE color: 13434139.
HSL color Cylindrical-coordinate representation of color #1BFDCC: hue angle of 166.99º 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 #1BFDCC is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 204 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.01 |
| HSL | 166.99º | 0.98% | 0.55% | - |
| HSV(B) | 166.99º | 0.89% | 0.99% | - |
| XYZ | 46.48 | 74.84 | 69.12 | - |
| YUV | 179.84 | 141.63 | 18.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 204 | 0.89 | 0 | 0.19 | 0.01 | 166.99 | 0.98 | 0.55 |
| Hex | 1B | FD | CC | 59 | 0 | 13 | 1 | A7 | 62 | 37 |
| Octal | 33 | 375 | 314 | 131 | 0 | 23 | 1 | 247 | 142 | 67 |
| Binary | 11011 | 11111101 | 11001100 | 1011001 | 0 | 10011 | 1 | 10100111 | 1100010 | 110111 |
Color Harmonies of #1BFDCC
Complementary color
Monochromatic Colors of #1BFDCC
Black with #1BFDCC
Text Example
Text Example
White with #1BFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFDCC; }
p { color: rgb(27,253,204); }
H1.HeaderClassName
{
color: #1BFDCC;
}
.AnyTagClassName
{
color: #1BFDCC;
}
</style>
background-color css
<style>
a { background-color: #1BFDCC; }
a { background-color: rgb(27,253,204); }
div.DivClassName
{
background-color: #1BFDCC;
}
.BgClassName
{
background-color: #1BFDCC;
}
</style>
border-color css
<style>
span { border-color: #1BFDCC; }
span { border-color: rgb(27,253,204); }
td.TdClassName
{
border-color: #1BFDCC;
}
.TagClassName
{
border-color: #1BFDCC;
}
</style>