Shades of Bright Turquoise #1BDFDA
Tints of Bright Turquoise #1BDFDA
RGB
CMYK
RGB Variations
Color information
#1BDFDA (or 0x1BDFDA) is known color: Bright Turquoise. HEX triplet: 1B, DF and DA. RGB value is (27,223,218). Sum of RGB (Red+Green+Blue) = 27+223+218=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDFDA is #E42025. Grayscale: #A3A3A3. Windows color (decimal): -14950438 or 14343963. OLE color: 14343963.
HSL color Cylindrical-coordinate representation of color #1BDFDA: hue angle of 178.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDFDA is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 218 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.13 |
| HSL | 178.47º | 0.78% | 0.49% | - |
| HSV(B) | 178.47º | 0.88% | 0.87% | - |
| XYZ | 39.49 | 58.07 | 75.46 | - |
| YUV | 163.83 | 158.57 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 218 | 0.88 | 0 | 0.02 | 0.13 | 178.47 | 0.78 | 0.49 |
| Hex | 1B | DF | DA | 58 | 0 | 2 | D | B2 | 4E | 31 |
| Octal | 33 | 337 | 332 | 130 | 0 | 2 | 15 | 262 | 116 | 61 |
| Binary | 11011 | 11011111 | 11011010 | 1011000 | 0 | 10 | 1101 | 10110010 | 1001110 | 110001 |
Color Harmonies of #1BDFDA
Complementary color
Monochromatic Colors of #1BDFDA
Black with #1BDFDA
Text Example
Text Example
White with #1BDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDFDA; }
p { color: rgb(27,223,218); }
H1.HeaderClassName
{
color: #1BDFDA;
}
.AnyTagClassName
{
color: #1BDFDA;
}
</style>
background-color css
<style>
a { background-color: #1BDFDA; }
a { background-color: rgb(27,223,218); }
div.DivClassName
{
background-color: #1BDFDA;
}
.BgClassName
{
background-color: #1BDFDA;
}
</style>
border-color css
<style>
span { border-color: #1BDFDA; }
span { border-color: rgb(27,223,218); }
td.TdClassName
{
border-color: #1BDFDA;
}
.TagClassName
{
border-color: #1BDFDA;
}
</style>