Shades of Turquoise #27CCD4
Tints of Turquoise #27CCD4
RGB
CMYK
RGB Variations
Color information
#27CCD4 (or 0x27CCD4) is known color: Turquoise. HEX triplet: 27, CC and D4. RGB value is (39,204,212). Sum of RGB (Red+Green+Blue) = 39+204+212=455 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.57% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #27CCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCD4 is #D8332B. Grayscale: #9B9B9B. Windows color (decimal): -14168876 or 13945895. OLE color: 13945895.
HSL color Cylindrical-coordinate representation of color #27CCD4: hue angle of 182.77º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CCD4 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 204 | 212 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.17 |
| HSL | 182.77º | 0.69% | 0.49% | - |
| HSV(B) | 182.77º | 0.82% | 0.83% | - |
| XYZ | 34.31 | 48.37 | 69.82 | - |
| YUV | 155.58 | 159.84 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 212 | 0.82 | 0.04 | 0 | 0.17 | 182.77 | 0.69 | 0.49 |
| Hex | 27 | CC | D4 | 52 | 4 | 0 | 11 | B7 | 45 | 31 |
| Octal | 47 | 314 | 324 | 122 | 4 | 0 | 21 | 267 | 105 | 61 |
| Binary | 100111 | 11001100 | 11010100 | 1010010 | 100 | 0 | 10001 | 10110111 | 1000101 | 110001 |
Color Harmonies of #27CCD4
Complementary color
Monochromatic Colors of #27CCD4
Black with #27CCD4
Text Example
Text Example
White with #27CCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCD4; }
p { color: rgb(39,204,212); }
H1.HeaderClassName
{
color: #27CCD4;
}
.AnyTagClassName
{
color: #27CCD4;
}
</style>
background-color css
<style>
a { background-color: #27CCD4; }
a { background-color: rgb(39,204,212); }
div.DivClassName
{
background-color: #27CCD4;
}
.BgClassName
{
background-color: #27CCD4;
}
</style>
border-color css
<style>
span { border-color: #27CCD4; }
span { border-color: rgb(39,204,212); }
td.TdClassName
{
border-color: #27CCD4;
}
.TagClassName
{
border-color: #27CCD4;
}
</style>