Shades of Bright Turquoise #27F8DD
Tints of Bright Turquoise #27F8DD
RGB
CMYK
RGB Variations
Color information
#27F8DD (or 0x27F8DD) is known color: Bright Turquoise. HEX triplet: 27, F8 and DD. RGB value is (39,248,221). Sum of RGB (Red+Green+Blue) = 39+248+221=508 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.68% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #27F8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F8DD is #D80722. Grayscale: #B6B6B6. Windows color (decimal): -14157603 or 14546983. OLE color: 14546983.
HSL color Cylindrical-coordinate representation of color #27F8DD: hue angle of 172.25º degrees, saturation: 0.94, 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 #27F8DD is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 248 | 221 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.03 |
| HSL | 172.25º | 0.94% | 0.56% | - |
| HSV(B) | 172.25º | 0.84% | 0.97% | - |
| XYZ | 47.46 | 72.79 | 79.95 | - |
| YUV | 182.43 | 149.76 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 248 | 221 | 0.84 | 0 | 0.11 | 0.03 | 172.25 | 0.94 | 0.56 |
| Hex | 27 | F8 | DD | 54 | 0 | B | 3 | AC | 5E | 38 |
| Octal | 47 | 370 | 335 | 124 | 0 | 13 | 3 | 254 | 136 | 70 |
| Binary | 100111 | 11111000 | 11011101 | 1010100 | 0 | 1011 | 11 | 10101100 | 1011110 | 111000 |
Color Harmonies of #27F8DD
Complementary color
Monochromatic Colors of #27F8DD
Black with #27F8DD
Text Example
Text Example
White with #27F8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F8DD; }
p { color: rgb(39,248,221); }
H1.HeaderClassName
{
color: #27F8DD;
}
.AnyTagClassName
{
color: #27F8DD;
}
</style>
background-color css
<style>
a { background-color: #27F8DD; }
a { background-color: rgb(39,248,221); }
div.DivClassName
{
background-color: #27F8DD;
}
.BgClassName
{
background-color: #27F8DD;
}
</style>
border-color css
<style>
span { border-color: #27F8DD; }
span { border-color: rgb(39,248,221); }
td.TdClassName
{
border-color: #27F8DD;
}
.TagClassName
{
border-color: #27F8DD;
}
</style>