Shades of Bright Turquoise #1BFADA
Tints of Bright Turquoise #1BFADA
RGB
CMYK
RGB Variations
Color information
#1BFADA (or 0x1BFADA) is known color: Bright Turquoise. HEX triplet: 1B, FA and DA. RGB value is (27,250,218). Sum of RGB (Red+Green+Blue) = 27+250+218=495 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.45% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFADA is #E40525. Grayscale: #B3B3B3. Windows color (decimal): -14943526 or 14350875. OLE color: 14350875.
HSL color Cylindrical-coordinate representation of color #1BFADA: hue angle of 171.39º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFADA is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 250 | 218 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.02 |
| HSL | 171.39º | 0.96% | 0.54% | - |
| HSV(B) | 171.39º | 0.89% | 0.98% | - |
| XYZ | 47.29 | 73.67 | 78.06 | - |
| YUV | 179.68 | 149.62 | 19.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 250 | 218 | 0.89 | 0 | 0.13 | 0.02 | 171.39 | 0.96 | 0.54 |
| Hex | 1B | FA | DA | 59 | 0 | D | 2 | AB | 60 | 36 |
| Octal | 33 | 372 | 332 | 131 | 0 | 15 | 2 | 253 | 140 | 66 |
| Binary | 11011 | 11111010 | 11011010 | 1011001 | 0 | 1101 | 10 | 10101011 | 1100000 | 110110 |
Color Harmonies of #1BFADA
Complementary color
Monochromatic Colors of #1BFADA
Black with #1BFADA
Text Example
Text Example
White with #1BFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFADA; }
p { color: rgb(27,250,218); }
H1.HeaderClassName
{
color: #1BFADA;
}
.AnyTagClassName
{
color: #1BFADA;
}
</style>
background-color css
<style>
a { background-color: #1BFADA; }
a { background-color: rgb(27,250,218); }
div.DivClassName
{
background-color: #1BFADA;
}
.BgClassName
{
background-color: #1BFADA;
}
</style>
border-color css
<style>
span { border-color: #1BFADA; }
span { border-color: rgb(27,250,218); }
td.TdClassName
{
border-color: #1BFADA;
}
.TagClassName
{
border-color: #1BFADA;
}
</style>