Shades of Turquoise #27DDCB
Tints of Turquoise #27DDCB
RGB
CMYK
RGB Variations
Color information
#27DDCB (or 0x27DDCB) is known color: Turquoise. HEX triplet: 27, DD and CB. RGB value is (39,221,203). Sum of RGB (Red+Green+Blue) = 39+221+203=463 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.42% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDCB is #D82234. Grayscale: #A4A4A4. Windows color (decimal): -14164533 or 13360423. OLE color: 13360423.
HSL color Cylindrical-coordinate representation of color #27DDCB: hue angle of 174.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DDCB is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 203 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.13 |
| HSL | 174.07º | 0.73% | 0.51% | - |
| HSV(B) | 174.07º | 0.82% | 0.87% | - |
| XYZ | 37.47 | 56.46 | 65.42 | - |
| YUV | 164.53 | 149.7 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 203 | 0.82 | 0 | 0.08 | 0.13 | 174.07 | 0.73 | 0.51 |
| Hex | 27 | DD | CB | 52 | 0 | 8 | D | AE | 49 | 33 |
| Octal | 47 | 335 | 313 | 122 | 0 | 10 | 15 | 256 | 111 | 63 |
| Binary | 100111 | 11011101 | 11001011 | 1010010 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110011 |
Color Harmonies of #27DDCB
Complementary color
Monochromatic Colors of #27DDCB
Black with #27DDCB
Text Example
Text Example
White with #27DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDCB; }
p { color: rgb(39,221,203); }
H1.HeaderClassName
{
color: #27DDCB;
}
.AnyTagClassName
{
color: #27DDCB;
}
</style>
background-color css
<style>
a { background-color: #27DDCB; }
a { background-color: rgb(39,221,203); }
div.DivClassName
{
background-color: #27DDCB;
}
.BgClassName
{
background-color: #27DDCB;
}
</style>
border-color css
<style>
span { border-color: #27DDCB; }
span { border-color: rgb(39,221,203); }
td.TdClassName
{
border-color: #27DDCB;
}
.TagClassName
{
border-color: #27DDCB;
}
</style>