Shades of Turquoise #27D2BF
Tints of Turquoise #27D2BF
RGB
CMYK
RGB Variations
Color information
#27D2BF (or 0x27D2BF) is known color: Turquoise. HEX triplet: 27, D2 and BF. RGB value is (39,210,191). Sum of RGB (Red+Green+Blue) = 39+210+191=440 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.86% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #27D2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D2BF is #D82D40. Grayscale: #9C9C9C. Windows color (decimal): -14167361 or 12571175. OLE color: 12571175.
HSL color Cylindrical-coordinate representation of color #27D2BF: hue angle of 173.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D2BF is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 191 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.18 |
| HSL | 173.33º | 0.69% | 0.49% | - |
| HSV(B) | 173.33º | 0.81% | 0.82% | - |
| XYZ | 33.29 | 50.29 | 57.24 | - |
| YUV | 156.71 | 147.35 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 191 | 0.81 | 0 | 0.09 | 0.18 | 173.33 | 0.69 | 0.49 |
| Hex | 27 | D2 | BF | 51 | 0 | 9 | 12 | AD | 45 | 31 |
| Octal | 47 | 322 | 277 | 121 | 0 | 11 | 22 | 255 | 105 | 61 |
| Binary | 100111 | 11010010 | 10111111 | 1010001 | 0 | 1001 | 10010 | 10101101 | 1000101 | 110001 |
Color Harmonies of #27D2BF
Complementary color
Monochromatic Colors of #27D2BF
Black with #27D2BF
Text Example
Text Example
White with #27D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D2BF; }
p { color: rgb(39,210,191); }
H1.HeaderClassName
{
color: #27D2BF;
}
.AnyTagClassName
{
color: #27D2BF;
}
</style>
background-color css
<style>
a { background-color: #27D2BF; }
a { background-color: rgb(39,210,191); }
div.DivClassName
{
background-color: #27D2BF;
}
.BgClassName
{
background-color: #27D2BF;
}
</style>
border-color css
<style>
span { border-color: #27D2BF; }
span { border-color: rgb(39,210,191); }
td.TdClassName
{
border-color: #27D2BF;
}
.TagClassName
{
border-color: #27D2BF;
}
</style>