Shades of Turquoise #27F2CC
Tints of Turquoise #27F2CC
RGB
CMYK
RGB Variations
Color information
#27F2CC (or 0x27F2CC) is known color: Turquoise. HEX triplet: 27, F2 and CC. RGB value is (39,242,204). Sum of RGB (Red+Green+Blue) = 39+242+204=485 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.04% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #27F2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F2CC is #D80D33. Grayscale: #B0B0B0. Windows color (decimal): -14159156 or 13431335. OLE color: 13431335.
HSL color Cylindrical-coordinate representation of color #27F2CC: hue angle of 168.77º 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 #27F2CC is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 242 | 204 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.05 |
| HSL | 168.77º | 0.89% | 0.55% | - |
| HSV(B) | 168.77º | 0.84% | 0.95% | - |
| XYZ | 43.49 | 68.3 | 68.02 | - |
| YUV | 176.97 | 143.25 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 242 | 204 | 0.84 | 0 | 0.16 | 0.05 | 168.77 | 0.89 | 0.55 |
| Hex | 27 | F2 | CC | 54 | 0 | 10 | 5 | A9 | 59 | 37 |
| Octal | 47 | 362 | 314 | 124 | 0 | 20 | 5 | 251 | 131 | 67 |
| Binary | 100111 | 11110010 | 11001100 | 1010100 | 0 | 10000 | 101 | 10101001 | 1011001 | 110111 |
Color Harmonies of #27F2CC
Complementary color
Monochromatic Colors of #27F2CC
Black with #27F2CC
Text Example
Text Example
White with #27F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F2CC; }
p { color: rgb(39,242,204); }
H1.HeaderClassName
{
color: #27F2CC;
}
.AnyTagClassName
{
color: #27F2CC;
}
</style>
background-color css
<style>
a { background-color: #27F2CC; }
a { background-color: rgb(39,242,204); }
div.DivClassName
{
background-color: #27F2CC;
}
.BgClassName
{
background-color: #27F2CC;
}
</style>
border-color css
<style>
span { border-color: #27F2CC; }
span { border-color: rgb(39,242,204); }
td.TdClassName
{
border-color: #27F2CC;
}
.TagClassName
{
border-color: #27F2CC;
}
</style>