Shades of Bright Turquoise #27F7DF
Tints of Bright Turquoise #27F7DF
RGB
CMYK
RGB Variations
Color information
#27F7DF (or 0x27F7DF) is known color: Bright Turquoise. HEX triplet: 27, F7 and DF. RGB value is (39,247,223). Sum of RGB (Red+Green+Blue) = 39+247+223=509 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.66% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #27F7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F7DF is #D80820. Grayscale: #B5B5B5. Windows color (decimal): -14157857 or 14677799. OLE color: 14677799.
HSL color Cylindrical-coordinate representation of color #27F7DF: hue angle of 173.08º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F7DF is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 247 | 223 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.03 |
| HSL | 173.08º | 0.93% | 0.56% | - |
| HSV(B) | 173.08º | 0.84% | 0.97% | - |
| XYZ | 47.42 | 72.28 | 81.26 | - |
| YUV | 182.07 | 151.09 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 247 | 223 | 0.84 | 0 | 0.10 | 0.03 | 173.08 | 0.93 | 0.56 |
| Hex | 27 | F7 | DF | 54 | 0 | A | 3 | AD | 5D | 38 |
| Octal | 47 | 367 | 337 | 124 | 0 | 12 | 3 | 255 | 135 | 70 |
| Binary | 100111 | 11110111 | 11011111 | 1010100 | 0 | 1010 | 11 | 10101101 | 1011101 | 111000 |
Color Harmonies of #27F7DF
Complementary color
Monochromatic Colors of #27F7DF
Black with #27F7DF
Text Example
Text Example
White with #27F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F7DF; }
p { color: rgb(39,247,223); }
H1.HeaderClassName
{
color: #27F7DF;
}
.AnyTagClassName
{
color: #27F7DF;
}
</style>
background-color css
<style>
a { background-color: #27F7DF; }
a { background-color: rgb(39,247,223); }
div.DivClassName
{
background-color: #27F7DF;
}
.BgClassName
{
background-color: #27F7DF;
}
</style>
border-color css
<style>
span { border-color: #27F7DF; }
span { border-color: rgb(39,247,223); }
td.TdClassName
{
border-color: #27F7DF;
}
.TagClassName
{
border-color: #27F7DF;
}
</style>