Shades of Bright Turquoise #1BF5DA
Tints of Bright Turquoise #1BF5DA
RGB
CMYK
RGB Variations
Color information
#1BF5DA (or 0x1BF5DA) is known color: Bright Turquoise. HEX triplet: 1B, F5 and DA. RGB value is (27,245,218). Sum of RGB (Red+Green+Blue) = 27+245+218=490 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.51% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #1BF5DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF5DA is #E40A25. Grayscale: #B0B0B0. Windows color (decimal): -14944806 or 14349595. OLE color: 14349595.
HSL color Cylindrical-coordinate representation of color #1BF5DA: hue angle of 172.57º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF5DA is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 245 | 218 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.04 |
| HSL | 172.57º | 0.92% | 0.53% | - |
| HSV(B) | 172.57º | 0.89% | 0.96% | - |
| XYZ | 45.76 | 70.6 | 77.55 | - |
| YUV | 176.74 | 151.28 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 245 | 218 | 0.89 | 0 | 0.11 | 0.04 | 172.57 | 0.92 | 0.53 |
| Hex | 1B | F5 | DA | 59 | 0 | B | 4 | AD | 5C | 35 |
| Octal | 33 | 365 | 332 | 131 | 0 | 13 | 4 | 255 | 134 | 65 |
| Binary | 11011 | 11110101 | 11011010 | 1011001 | 0 | 1011 | 100 | 10101101 | 1011100 | 110101 |
Color Harmonies of #1BF5DA
Complementary color
Monochromatic Colors of #1BF5DA
Black with #1BF5DA
Text Example
Text Example
White with #1BF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF5DA; }
p { color: rgb(27,245,218); }
H1.HeaderClassName
{
color: #1BF5DA;
}
.AnyTagClassName
{
color: #1BF5DA;
}
</style>
background-color css
<style>
a { background-color: #1BF5DA; }
a { background-color: rgb(27,245,218); }
div.DivClassName
{
background-color: #1BF5DA;
}
.BgClassName
{
background-color: #1BF5DA;
}
</style>
border-color css
<style>
span { border-color: #1BF5DA; }
span { border-color: rgb(27,245,218); }
td.TdClassName
{
border-color: #1BF5DA;
}
.TagClassName
{
border-color: #1BF5DA;
}
</style>