Shades of Bright Turquoise #27F2DD
Tints of Bright Turquoise #27F2DD
RGB
CMYK
RGB Variations
Color information
#27F2DD (or 0x27F2DD) is known color: Bright Turquoise. HEX triplet: 27, F2 and DD. RGB value is (39,242,221). Sum of RGB (Red+Green+Blue) = 39+242+221=502 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.77% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #27F2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F2DD is #D80D22. Grayscale: #B2B2B2. Windows color (decimal): -14159139 or 14545447. OLE color: 14545447.
HSL color Cylindrical-coordinate representation of color #27F2DD: hue angle of 173.79º degrees, saturation: 0.89, 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 #27F2DD is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 242 | 221 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.05 |
| HSL | 173.79º | 0.89% | 0.55% | - |
| HSV(B) | 173.79º | 0.84% | 0.95% | - |
| XYZ | 45.64 | 69.16 | 79.35 | - |
| YUV | 178.91 | 151.75 | 28.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 242 | 221 | 0.84 | 0 | 0.09 | 0.05 | 173.79 | 0.89 | 0.55 |
| Hex | 27 | F2 | DD | 54 | 0 | 9 | 5 | AE | 59 | 37 |
| Octal | 47 | 362 | 335 | 124 | 0 | 11 | 5 | 256 | 131 | 67 |
| Binary | 100111 | 11110010 | 11011101 | 1010100 | 0 | 1001 | 101 | 10101110 | 1011001 | 110111 |
Color Harmonies of #27F2DD
Complementary color
Monochromatic Colors of #27F2DD
Black with #27F2DD
Text Example
Text Example
White with #27F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F2DD; }
p { color: rgb(39,242,221); }
H1.HeaderClassName
{
color: #27F2DD;
}
.AnyTagClassName
{
color: #27F2DD;
}
</style>
background-color css
<style>
a { background-color: #27F2DD; }
a { background-color: rgb(39,242,221); }
div.DivClassName
{
background-color: #27F2DD;
}
.BgClassName
{
background-color: #27F2DD;
}
</style>
border-color css
<style>
span { border-color: #27F2DD; }
span { border-color: rgb(39,242,221); }
td.TdClassName
{
border-color: #27F2DD;
}
.TagClassName
{
border-color: #27F2DD;
}
</style>