Shades of Turquoise #27CDDB
Tints of Turquoise #27CDDB
RGB
CMYK
RGB Variations
Color information
#27CDDB (or 0x27CDDB) is known color: Turquoise. HEX triplet: 27, CD and DB. RGB value is (39,205,219). Sum of RGB (Red+Green+Blue) = 39+205+219=463 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.42% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #27CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CDDB is #D83224. Grayscale: #9C9C9C. Windows color (decimal): -14168613 or 14404903. OLE color: 14404903.
HSL color Cylindrical-coordinate representation of color #27CDDB: hue angle of 184.67º degrees, saturation: 0.71, 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 #27CDDB is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 205 | 219 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.14 |
| HSL | 184.67º | 0.71% | 0.51% | - |
| HSV(B) | 184.67º | 0.82% | 0.86% | - |
| XYZ | 35.45 | 49.21 | 74.65 | - |
| YUV | 156.96 | 163 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 205 | 219 | 0.82 | 0.06 | 0 | 0.14 | 184.67 | 0.71 | 0.51 |
| Hex | 27 | CD | DB | 52 | 6 | 0 | E | B9 | 47 | 33 |
| Octal | 47 | 315 | 333 | 122 | 6 | 0 | 16 | 271 | 107 | 63 |
| Binary | 100111 | 11001101 | 11011011 | 1010010 | 110 | 0 | 1110 | 10111001 | 1000111 | 110011 |
Color Harmonies of #27CDDB
Complementary color
Monochromatic Colors of #27CDDB
Black with #27CDDB
Text Example
Text Example
White with #27CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CDDB; }
p { color: rgb(39,205,219); }
H1.HeaderClassName
{
color: #27CDDB;
}
.AnyTagClassName
{
color: #27CDDB;
}
</style>
background-color css
<style>
a { background-color: #27CDDB; }
a { background-color: rgb(39,205,219); }
div.DivClassName
{
background-color: #27CDDB;
}
.BgClassName
{
background-color: #27CDDB;
}
</style>
border-color css
<style>
span { border-color: #27CDDB; }
span { border-color: rgb(39,205,219); }
td.TdClassName
{
border-color: #27CDDB;
}
.TagClassName
{
border-color: #27CDDB;
}
</style>