Shades of Bright Turquoise #1BFCDD
Tints of Bright Turquoise #1BFCDD
RGB
CMYK
RGB Variations
Color information
#1BFCDD (or 0x1BFCDD) is known color: Bright Turquoise. HEX triplet: 1B, FC and DD. RGB value is (27,252,221). Sum of RGB (Red+Green+Blue) = 27+252+221=500 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.4% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #1BFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFCDD is #E40322. Grayscale: #B5B5B5. Windows color (decimal): -14943011 or 14547995. OLE color: 14547995.
HSL color Cylindrical-coordinate representation of color #1BFCDD: hue angle of 171.73º degrees, saturation: 0.97, 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 #1BFCDD is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 252 | 221 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.01 |
| HSL | 171.73º | 0.97% | 0.55% | - |
| HSV(B) | 171.73º | 0.89% | 0.99% | - |
| XYZ | 48.31 | 75.07 | 80.35 | - |
| YUV | 181.19 | 150.46 | 18.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 252 | 221 | 0.89 | 0 | 0.12 | 0.01 | 171.73 | 0.97 | 0.55 |
| Hex | 1B | FC | DD | 59 | 0 | C | 1 | AC | 61 | 37 |
| Octal | 33 | 374 | 335 | 131 | 0 | 14 | 1 | 254 | 141 | 67 |
| Binary | 11011 | 11111100 | 11011101 | 1011001 | 0 | 1100 | 1 | 10101100 | 1100001 | 110111 |
Color Harmonies of #1BFCDD
Complementary color
Monochromatic Colors of #1BFCDD
Black with #1BFCDD
Text Example
Text Example
White with #1BFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFCDD; }
p { color: rgb(27,252,221); }
H1.HeaderClassName
{
color: #1BFCDD;
}
.AnyTagClassName
{
color: #1BFCDD;
}
</style>
background-color css
<style>
a { background-color: #1BFCDD; }
a { background-color: rgb(27,252,221); }
div.DivClassName
{
background-color: #1BFCDD;
}
.BgClassName
{
background-color: #1BFCDD;
}
</style>
border-color css
<style>
span { border-color: #1BFCDD; }
span { border-color: rgb(27,252,221); }
td.TdClassName
{
border-color: #1BFCDD;
}
.TagClassName
{
border-color: #1BFCDD;
}
</style>