Shades of Turquoise #27CEBF
Tints of Turquoise #27CEBF
RGB
CMYK
RGB Variations
Color information
#27CEBF (or 0x27CEBF) is known color: Turquoise. HEX triplet: 27, CE and BF. RGB value is (39,206,191). Sum of RGB (Red+Green+Blue) = 39+206+191=436 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.94% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #27CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CEBF is #D83140. Grayscale: #9A9A9A. Windows color (decimal): -14168385 or 12570151. OLE color: 12570151.
HSL color Cylindrical-coordinate representation of color #27CEBF: hue angle of 174.61º 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 #27CEBF is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 206 | 191 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.19 |
| HSL | 174.61º | 0.68% | 0.48% | - |
| HSV(B) | 174.61º | 0.81% | 0.81% | - |
| XYZ | 32.31 | 48.34 | 56.92 | - |
| YUV | 154.36 | 148.67 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 206 | 191 | 0.81 | 0 | 0.07 | 0.19 | 174.61 | 0.68 | 0.48 |
| Hex | 27 | CE | BF | 51 | 0 | 7 | 13 | AF | 44 | 30 |
| Octal | 47 | 316 | 277 | 121 | 0 | 7 | 23 | 257 | 104 | 60 |
| Binary | 100111 | 11001110 | 10111111 | 1010001 | 0 | 111 | 10011 | 10101111 | 1000100 | 110000 |
Color Harmonies of #27CEBF
Complementary color
Monochromatic Colors of #27CEBF
Black with #27CEBF
Text Example
Text Example
White with #27CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CEBF; }
p { color: rgb(39,206,191); }
H1.HeaderClassName
{
color: #27CEBF;
}
.AnyTagClassName
{
color: #27CEBF;
}
</style>
background-color css
<style>
a { background-color: #27CEBF; }
a { background-color: rgb(39,206,191); }
div.DivClassName
{
background-color: #27CEBF;
}
.BgClassName
{
background-color: #27CEBF;
}
</style>
border-color css
<style>
span { border-color: #27CEBF; }
span { border-color: rgb(39,206,191); }
td.TdClassName
{
border-color: #27CEBF;
}
.TagClassName
{
border-color: #27CEBF;
}
</style>