Shades of Bright Turquoise #27DBF1
Tints of Bright Turquoise #27DBF1
RGB
CMYK
RGB Variations
Color information
#27DBF1 (or 0x27DBF1) is known color: Bright Turquoise. HEX triplet: 27, DB and F1. RGB value is (39,219,241). Sum of RGB (Red+Green+Blue) = 39+219+241=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #27DBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DBF1 is #D8240E. Grayscale: #A7A7A7. Windows color (decimal): -14165007 or 15850279. OLE color: 15850279.
HSL color Cylindrical-coordinate representation of color #27DBF1: hue angle of 186.53º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27DBF1 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 219 | 241 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.05 |
| HSL | 186.53º | 0.88% | 0.55% | - |
| HSV(B) | 186.53º | 0.84% | 0.95% | - |
| XYZ | 42.05 | 57.45 | 92.09 | - |
| YUV | 167.69 | 169.37 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 241 | 0.84 | 0.09 | 0 | 0.05 | 186.53 | 0.88 | 0.55 |
| Hex | 27 | DB | F1 | 54 | 9 | 0 | 5 | BB | 58 | 37 |
| Octal | 47 | 333 | 361 | 124 | 11 | 0 | 5 | 273 | 130 | 67 |
| Binary | 100111 | 11011011 | 11110001 | 1010100 | 1001 | 0 | 101 | 10111011 | 1011000 | 110111 |
Color Harmonies of #27DBF1
Complementary color
Monochromatic Colors of #27DBF1
Black with #27DBF1
Text Example
Text Example
White with #27DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBF1; }
p { color: rgb(39,219,241); }
H1.HeaderClassName
{
color: #27DBF1;
}
.AnyTagClassName
{
color: #27DBF1;
}
</style>
background-color css
<style>
a { background-color: #27DBF1; }
a { background-color: rgb(39,219,241); }
div.DivClassName
{
background-color: #27DBF1;
}
.BgClassName
{
background-color: #27DBF1;
}
</style>
border-color css
<style>
span { border-color: #27DBF1; }
span { border-color: rgb(39,219,241); }
td.TdClassName
{
border-color: #27DBF1;
}
.TagClassName
{
border-color: #27DBF1;
}
</style>