Shades of Turquoise #27CFCD
Tints of Turquoise #27CFCD
RGB
CMYK
RGB Variations
Color information
#27CFCD (or 0x27CFCD) is known color: Turquoise. HEX triplet: 27, CF and CD. RGB value is (39,207,205). Sum of RGB (Red+Green+Blue) = 39+207+205=451 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.65% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFCD is #D83032. Grayscale: #9C9C9C. Windows color (decimal): -14168115 or 13487911. OLE color: 13487911.
HSL color Cylindrical-coordinate representation of color #27CFCD: hue angle of 179.29º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CFCD is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 205 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.19 |
| HSL | 179.29º | 0.68% | 0.48% | - |
| HSV(B) | 179.29º | 0.81% | 0.81% | - |
| XYZ | 34.17 | 49.46 | 65.5 | - |
| YUV | 156.54 | 155.34 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 205 | 0.81 | 0 | 0.01 | 0.19 | 179.29 | 0.68 | 0.48 |
| Hex | 27 | CF | CD | 51 | 0 | 1 | 13 | B3 | 44 | 30 |
| Octal | 47 | 317 | 315 | 121 | 0 | 1 | 23 | 263 | 104 | 60 |
| Binary | 100111 | 11001111 | 11001101 | 1010001 | 0 | 1 | 10011 | 10110011 | 1000100 | 110000 |
Color Harmonies of #27CFCD
Complementary color
Monochromatic Colors of #27CFCD
Black with #27CFCD
Text Example
Text Example
White with #27CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFCD; }
p { color: rgb(39,207,205); }
H1.HeaderClassName
{
color: #27CFCD;
}
.AnyTagClassName
{
color: #27CFCD;
}
</style>
background-color css
<style>
a { background-color: #27CFCD; }
a { background-color: rgb(39,207,205); }
div.DivClassName
{
background-color: #27CFCD;
}
.BgClassName
{
background-color: #27CFCD;
}
</style>
border-color css
<style>
span { border-color: #27CFCD; }
span { border-color: rgb(39,207,205); }
td.TdClassName
{
border-color: #27CFCD;
}
.TagClassName
{
border-color: #27CFCD;
}
</style>