Shades of Turquoise #27CCD5
Tints of Turquoise #27CCD5
RGB
CMYK
RGB Variations
Color information
#27CCD5 (or 0x27CCD5) is known color: Turquoise. HEX triplet: 27, CC and D5. RGB value is (39,204,213). Sum of RGB (Red+Green+Blue) = 39+204+213=456 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.55% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #27CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCD5 is #D8332A. Grayscale: #9B9B9B. Windows color (decimal): -14168875 or 14011431. OLE color: 14011431.
HSL color Cylindrical-coordinate representation of color #27CCD5: hue angle of 183.1º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CCD5 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 204 | 213 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.16 |
| HSL | 183.1º | 0.69% | 0.49% | - |
| HSV(B) | 183.1º | 0.82% | 0.84% | - |
| XYZ | 34.44 | 48.42 | 70.48 | - |
| YUV | 155.69 | 160.34 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 213 | 0.82 | 0.04 | 0 | 0.16 | 183.1 | 0.69 | 0.49 |
| Hex | 27 | CC | D5 | 52 | 4 | 0 | 10 | B7 | 45 | 31 |
| Octal | 47 | 314 | 325 | 122 | 4 | 0 | 20 | 267 | 105 | 61 |
| Binary | 100111 | 11001100 | 11010101 | 1010010 | 100 | 0 | 10000 | 10110111 | 1000101 | 110001 |
Color Harmonies of #27CCD5
Complementary color
Monochromatic Colors of #27CCD5
Black with #27CCD5
Text Example
Text Example
White with #27CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCD5; }
p { color: rgb(39,204,213); }
H1.HeaderClassName
{
color: #27CCD5;
}
.AnyTagClassName
{
color: #27CCD5;
}
</style>
background-color css
<style>
a { background-color: #27CCD5; }
a { background-color: rgb(39,204,213); }
div.DivClassName
{
background-color: #27CCD5;
}
.BgClassName
{
background-color: #27CCD5;
}
</style>
border-color css
<style>
span { border-color: #27CCD5; }
span { border-color: rgb(39,204,213); }
td.TdClassName
{
border-color: #27CCD5;
}
.TagClassName
{
border-color: #27CCD5;
}
</style>