Shades of Bright Turquoise #27F9DD
Tints of Bright Turquoise #27F9DD
RGB
CMYK
RGB Variations
Color information
#27F9DD (or 0x27F9DD) is known color: Bright Turquoise. HEX triplet: 27, F9 and DD. RGB value is (39,249,221). Sum of RGB (Red+Green+Blue) = 39+249+221=509 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.66% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #27F9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F9DD is #D80622. Grayscale: #B6B6B6. Windows color (decimal): -14157347 or 14547239. OLE color: 14547239.
HSL color Cylindrical-coordinate representation of color #27F9DD: hue angle of 172º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F9DD is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 249 | 221 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.02 |
| HSL | 172º | 0.95% | 0.56% | - |
| HSV(B) | 172º | 0.84% | 0.98% | - |
| XYZ | 47.76 | 73.4 | 80.06 | - |
| YUV | 183.02 | 149.43 | 25.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 249 | 221 | 0.84 | 0 | 0.11 | 0.02 | 172 | 0.95 | 0.56 |
| Hex | 27 | F9 | DD | 54 | 0 | B | 2 | AC | 5F | 38 |
| Octal | 47 | 371 | 335 | 124 | 0 | 13 | 2 | 254 | 137 | 70 |
| Binary | 100111 | 11111001 | 11011101 | 1010100 | 0 | 1011 | 10 | 10101100 | 1011111 | 111000 |
Color Harmonies of #27F9DD
Complementary color
Monochromatic Colors of #27F9DD
Black with #27F9DD
Text Example
Text Example
White with #27F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F9DD; }
p { color: rgb(39,249,221); }
H1.HeaderClassName
{
color: #27F9DD;
}
.AnyTagClassName
{
color: #27F9DD;
}
</style>
background-color css
<style>
a { background-color: #27F9DD; }
a { background-color: rgb(39,249,221); }
div.DivClassName
{
background-color: #27F9DD;
}
.BgClassName
{
background-color: #27F9DD;
}
</style>
border-color css
<style>
span { border-color: #27F9DD; }
span { border-color: rgb(39,249,221); }
td.TdClassName
{
border-color: #27F9DD;
}
.TagClassName
{
border-color: #27F9DD;
}
</style>