Shades of Turquoise #27CDD1
Tints of Turquoise #27CDD1
RGB
CMYK
RGB Variations
Color information
#27CDD1 (or 0x27CDD1) is known color: Turquoise. HEX triplet: 27, CD and D1. RGB value is (39,205,209). Sum of RGB (Red+Green+Blue) = 39+205+209=453 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.61% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #27CDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CDD1 is #D8322E. Grayscale: #9B9B9B. Windows color (decimal): -14168623 or 13749543. OLE color: 13749543.
HSL color Cylindrical-coordinate representation of color #27CDD1: hue angle of 181.41º 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 #27CDD1 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 205 | 209 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.18 |
| HSL | 181.41º | 0.69% | 0.49% | - |
| HSV(B) | 181.41º | 0.81% | 0.82% | - |
| XYZ | 34.18 | 48.7 | 67.92 | - |
| YUV | 155.82 | 158 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 205 | 209 | 0.81 | 0.02 | 0 | 0.18 | 181.41 | 0.69 | 0.49 |
| Hex | 27 | CD | D1 | 51 | 2 | 0 | 12 | B5 | 45 | 31 |
| Octal | 47 | 315 | 321 | 121 | 2 | 0 | 22 | 265 | 105 | 61 |
| Binary | 100111 | 11001101 | 11010001 | 1010001 | 10 | 0 | 10010 | 10110101 | 1000101 | 110001 |
Color Harmonies of #27CDD1
Complementary color
Monochromatic Colors of #27CDD1
Black with #27CDD1
Text Example
Text Example
White with #27CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CDD1; }
p { color: rgb(39,205,209); }
H1.HeaderClassName
{
color: #27CDD1;
}
.AnyTagClassName
{
color: #27CDD1;
}
</style>
background-color css
<style>
a { background-color: #27CDD1; }
a { background-color: rgb(39,205,209); }
div.DivClassName
{
background-color: #27CDD1;
}
.BgClassName
{
background-color: #27CDD1;
}
</style>
border-color css
<style>
span { border-color: #27CDD1; }
span { border-color: rgb(39,205,209); }
td.TdClassName
{
border-color: #27CDD1;
}
.TagClassName
{
border-color: #27CDD1;
}
</style>