Shades of Turquoise #27DCCB
Tints of Turquoise #27DCCB
RGB
CMYK
RGB Variations
Color information
#27DCCB (or 0x27DCCB) is known color: Turquoise. HEX triplet: 27, DC and CB. RGB value is (39,220,203). Sum of RGB (Red+Green+Blue) = 39+220+203=462 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.44% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCCB is #D82334. Grayscale: #A3A3A3. Windows color (decimal): -14164789 or 13360167. OLE color: 13360167.
HSL color Cylindrical-coordinate representation of color #27DCCB: hue angle of 174.36º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DCCB is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 203 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.14 |
| HSL | 174.36º | 0.72% | 0.51% | - |
| HSV(B) | 174.36º | 0.82% | 0.86% | - |
| XYZ | 37.21 | 55.93 | 65.33 | - |
| YUV | 163.94 | 150.03 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 203 | 0.82 | 0 | 0.08 | 0.14 | 174.36 | 0.72 | 0.51 |
| Hex | 27 | DC | CB | 52 | 0 | 8 | E | AE | 48 | 33 |
| Octal | 47 | 334 | 313 | 122 | 0 | 10 | 16 | 256 | 110 | 63 |
| Binary | 100111 | 11011100 | 11001011 | 1010010 | 0 | 1000 | 1110 | 10101110 | 1001000 | 110011 |
Color Harmonies of #27DCCB
Complementary color
Monochromatic Colors of #27DCCB
Black with #27DCCB
Text Example
Text Example
White with #27DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCCB; }
p { color: rgb(39,220,203); }
H1.HeaderClassName
{
color: #27DCCB;
}
.AnyTagClassName
{
color: #27DCCB;
}
</style>
background-color css
<style>
a { background-color: #27DCCB; }
a { background-color: rgb(39,220,203); }
div.DivClassName
{
background-color: #27DCCB;
}
.BgClassName
{
background-color: #27DCCB;
}
</style>
border-color css
<style>
span { border-color: #27DCCB; }
span { border-color: rgb(39,220,203); }
td.TdClassName
{
border-color: #27DCCB;
}
.TagClassName
{
border-color: #27DCCB;
}
</style>