Shades of Turquoise #27FCCC
Tints of Turquoise #27FCCC
RGB
CMYK
RGB Variations
Color information
#27FCCC (or 0x27FCCC) is known color: Turquoise. HEX triplet: 27, FC and CC. RGB value is (39,252,204). Sum of RGB (Red+Green+Blue) = 39+252+204=495 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.88% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCCC is #D80333. Grayscale: #B6B6B6. Windows color (decimal): -14156596 or 13433895. OLE color: 13433895.
HSL color Cylindrical-coordinate representation of color #27FCCC: hue angle of 166.48º 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 #27FCCC is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 252 | 204 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.01 |
| HSL | 166.48º | 0.97% | 0.57% | - |
| HSV(B) | 166.48º | 0.85% | 0.99% | - |
| XYZ | 46.55 | 74.41 | 69.04 | - |
| YUV | 182.84 | 139.93 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 252 | 204 | 0.85 | 0 | 0.19 | 0.01 | 166.48 | 0.97 | 0.57 |
| Hex | 27 | FC | CC | 55 | 0 | 13 | 1 | A6 | 61 | 39 |
| Octal | 47 | 374 | 314 | 125 | 0 | 23 | 1 | 246 | 141 | 71 |
| Binary | 100111 | 11111100 | 11001100 | 1010101 | 0 | 10011 | 1 | 10100110 | 1100001 | 111001 |
Color Harmonies of #27FCCC
Complementary color
Monochromatic Colors of #27FCCC
Black with #27FCCC
Text Example
Text Example
White with #27FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FCCC; }
p { color: rgb(39,252,204); }
H1.HeaderClassName
{
color: #27FCCC;
}
.AnyTagClassName
{
color: #27FCCC;
}
</style>
background-color css
<style>
a { background-color: #27FCCC; }
a { background-color: rgb(39,252,204); }
div.DivClassName
{
background-color: #27FCCC;
}
.BgClassName
{
background-color: #27FCCC;
}
</style>
border-color css
<style>
span { border-color: #27FCCC; }
span { border-color: rgb(39,252,204); }
td.TdClassName
{
border-color: #27FCCC;
}
.TagClassName
{
border-color: #27FCCC;
}
</style>