Shades of Turquoise #27FCCD
Tints of Turquoise #27FCCD
RGB
CMYK
RGB Variations
Color information
#27FCCD (or 0x27FCCD) is known color: Turquoise. HEX triplet: 27, FC and CD. RGB value is (39,252,205). Sum of RGB (Red+Green+Blue) = 39+252+205=496 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.86% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCCD is #D80332. Grayscale: #B6B6B6. Windows color (decimal): -14156595 or 13499431. OLE color: 13499431.
HSL color Cylindrical-coordinate representation of color #27FCCD: hue angle of 166.76º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FCCD is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 252 | 205 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.01 |
| HSL | 166.76º | 0.97% | 0.57% | - |
| HSV(B) | 166.76º | 0.85% | 0.99% | - |
| XYZ | 46.67 | 74.46 | 69.67 | - |
| YUV | 182.96 | 140.43 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 252 | 205 | 0.85 | 0 | 0.19 | 0.01 | 166.76 | 0.97 | 0.57 |
| Hex | 27 | FC | CD | 55 | 0 | 13 | 1 | A7 | 61 | 39 |
| Octal | 47 | 374 | 315 | 125 | 0 | 23 | 1 | 247 | 141 | 71 |
| Binary | 100111 | 11111100 | 11001101 | 1010101 | 0 | 10011 | 1 | 10100111 | 1100001 | 111001 |
Color Harmonies of #27FCCD
Complementary color
Monochromatic Colors of #27FCCD
Black with #27FCCD
Text Example
Text Example
White with #27FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FCCD; }
p { color: rgb(39,252,205); }
H1.HeaderClassName
{
color: #27FCCD;
}
.AnyTagClassName
{
color: #27FCCD;
}
</style>
background-color css
<style>
a { background-color: #27FCCD; }
a { background-color: rgb(39,252,205); }
div.DivClassName
{
background-color: #27FCCD;
}
.BgClassName
{
background-color: #27FCCD;
}
</style>
border-color css
<style>
span { border-color: #27FCCD; }
span { border-color: rgb(39,252,205); }
td.TdClassName
{
border-color: #27FCCD;
}
.TagClassName
{
border-color: #27FCCD;
}
</style>