Shades of Bright Turquoise #27DDF1
Tints of Bright Turquoise #27DDF1
RGB
CMYK
RGB Variations
Color information
#27DDF1 (or 0x27DDF1) is known color: Bright Turquoise. HEX triplet: 27, DD and F1. RGB value is (39,221,241). Sum of RGB (Red+Green+Blue) = 39+221+241=501 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.78% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #27DDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DDF1 is #D8220E. Grayscale: #A8A8A8. Windows color (decimal): -14164495 or 15850791. OLE color: 15850791.
HSL color Cylindrical-coordinate representation of color #27DDF1: hue angle of 185.94º 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 #27DDF1 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 221 | 241 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.05 |
| HSL | 185.94º | 0.88% | 0.55% | - |
| HSV(B) | 185.94º | 0.84% | 0.95% | - |
| XYZ | 42.57 | 58.5 | 92.27 | - |
| YUV | 168.86 | 168.7 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 241 | 0.84 | 0.08 | 0 | 0.05 | 185.94 | 0.88 | 0.55 |
| Hex | 27 | DD | F1 | 54 | 8 | 0 | 5 | BA | 58 | 37 |
| Octal | 47 | 335 | 361 | 124 | 10 | 0 | 5 | 272 | 130 | 67 |
| Binary | 100111 | 11011101 | 11110001 | 1010100 | 1000 | 0 | 101 | 10111010 | 1011000 | 110111 |
Color Harmonies of #27DDF1
Complementary color
Monochromatic Colors of #27DDF1
Black with #27DDF1
Text Example
Text Example
White with #27DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDF1; }
p { color: rgb(39,221,241); }
H1.HeaderClassName
{
color: #27DDF1;
}
.AnyTagClassName
{
color: #27DDF1;
}
</style>
background-color css
<style>
a { background-color: #27DDF1; }
a { background-color: rgb(39,221,241); }
div.DivClassName
{
background-color: #27DDF1;
}
.BgClassName
{
background-color: #27DDF1;
}
</style>
border-color css
<style>
span { border-color: #27DDF1; }
span { border-color: rgb(39,221,241); }
td.TdClassName
{
border-color: #27DDF1;
}
.TagClassName
{
border-color: #27DDF1;
}
</style>