Shades of Medium Turquoise #27CBC4
Tints of Medium Turquoise #27CBC4
RGB
CMYK
RGB Variations
Color information
#27CBC4 (or 0x27CBC4) is known color: Medium Turquoise. HEX triplet: 27, CB and C4. RGB value is (39,203,196). Sum of RGB (Red+Green+Blue) = 39+203+196=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #27CBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CBC4 is #D8343B. Grayscale: #999999. Windows color (decimal): -14169148 or 12897063. OLE color: 12897063.
HSL color Cylindrical-coordinate representation of color #27CBC4: hue angle of 177.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CBC4 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 196 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.20 |
| HSL | 177.44º | 0.68% | 0.47% | - |
| HSV(B) | 177.44º | 0.81% | 0.8% | - |
| XYZ | 32.16 | 47.13 | 59.63 | - |
| YUV | 153.17 | 152.17 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 196 | 0.81 | 0 | 0.03 | 0.20 | 177.44 | 0.68 | 0.47 |
| Hex | 27 | CB | C4 | 51 | 0 | 3 | 14 | B1 | 44 | 2F |
| Octal | 47 | 313 | 304 | 121 | 0 | 3 | 24 | 261 | 104 | 57 |
| Binary | 100111 | 11001011 | 11000100 | 1010001 | 0 | 11 | 10100 | 10110001 | 1000100 | 101111 |
Color Harmonies of #27CBC4
Complementary color
Monochromatic Colors of #27CBC4
Black with #27CBC4
Text Example
Text Example
White with #27CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CBC4; }
p { color: rgb(39,203,196); }
H1.HeaderClassName
{
color: #27CBC4;
}
.AnyTagClassName
{
color: #27CBC4;
}
</style>
background-color css
<style>
a { background-color: #27CBC4; }
a { background-color: rgb(39,203,196); }
div.DivClassName
{
background-color: #27CBC4;
}
.BgClassName
{
background-color: #27CBC4;
}
</style>
border-color css
<style>
span { border-color: #27CBC4; }
span { border-color: rgb(39,203,196); }
td.TdClassName
{
border-color: #27CBC4;
}
.TagClassName
{
border-color: #27CBC4;
}
</style>