Shades of Medium Turquoise #27CAC3
Tints of Medium Turquoise #27CAC3
RGB
CMYK
RGB Variations
Color information
#27CAC3 (or 0x27CAC3) is known color: Medium Turquoise. HEX triplet: 27, CA and C3. RGB value is (39,202,195). Sum of RGB (Red+Green+Blue) = 39+202+195=436 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.94% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #27CAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CAC3 is #D8353C. Grayscale: #989898. Windows color (decimal): -14169405 or 12831271. OLE color: 12831271.
HSL color Cylindrical-coordinate representation of color #27CAC3: hue angle of 177.42º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CAC3 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 202 | 195 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.21 |
| HSL | 177.42º | 0.68% | 0.47% | - |
| HSV(B) | 177.42º | 0.81% | 0.79% | - |
| XYZ | 31.81 | 46.61 | 58.95 | - |
| YUV | 152.47 | 152 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 202 | 195 | 0.81 | 0 | 0.03 | 0.21 | 177.42 | 0.68 | 0.47 |
| Hex | 27 | CA | C3 | 51 | 0 | 3 | 15 | B1 | 44 | 2F |
| Octal | 47 | 312 | 303 | 121 | 0 | 3 | 25 | 261 | 104 | 57 |
| Binary | 100111 | 11001010 | 11000011 | 1010001 | 0 | 11 | 10101 | 10110001 | 1000100 | 101111 |
Color Harmonies of #27CAC3
Complementary color
Monochromatic Colors of #27CAC3
Black with #27CAC3
Text Example
Text Example
White with #27CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CAC3; }
p { color: rgb(39,202,195); }
H1.HeaderClassName
{
color: #27CAC3;
}
.AnyTagClassName
{
color: #27CAC3;
}
</style>
background-color css
<style>
a { background-color: #27CAC3; }
a { background-color: rgb(39,202,195); }
div.DivClassName
{
background-color: #27CAC3;
}
.BgClassName
{
background-color: #27CAC3;
}
</style>
border-color css
<style>
span { border-color: #27CAC3; }
span { border-color: rgb(39,202,195); }
td.TdClassName
{
border-color: #27CAC3;
}
.TagClassName
{
border-color: #27CAC3;
}
</style>