Shades of Turquoise #27CFCB
Tints of Turquoise #27CFCB
RGB
CMYK
RGB Variations
Color information
#27CFCB (or 0x27CFCB) is known color: Turquoise. HEX triplet: 27, CF and CB. RGB value is (39,207,203). Sum of RGB (Red+Green+Blue) = 39+207+203=449 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.69% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFCB is #D83034. Grayscale: #9C9C9C. Windows color (decimal): -14168117 or 13356839. OLE color: 13356839.
HSL color Cylindrical-coordinate representation of color #27CFCB: hue angle of 178.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CFCB is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 203 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.19 |
| HSL | 178.57º | 0.68% | 0.48% | - |
| HSV(B) | 178.57º | 0.81% | 0.81% | - |
| XYZ | 33.93 | 49.37 | 64.24 | - |
| YUV | 156.31 | 154.34 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 203 | 0.81 | 0 | 0.02 | 0.19 | 178.57 | 0.68 | 0.48 |
| Hex | 27 | CF | CB | 51 | 0 | 2 | 13 | B3 | 44 | 30 |
| Octal | 47 | 317 | 313 | 121 | 0 | 2 | 23 | 263 | 104 | 60 |
| Binary | 100111 | 11001111 | 11001011 | 1010001 | 0 | 10 | 10011 | 10110011 | 1000100 | 110000 |
Color Harmonies of #27CFCB
Complementary color
Monochromatic Colors of #27CFCB
Black with #27CFCB
Text Example
Text Example
White with #27CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFCB; }
p { color: rgb(39,207,203); }
H1.HeaderClassName
{
color: #27CFCB;
}
.AnyTagClassName
{
color: #27CFCB;
}
</style>
background-color css
<style>
a { background-color: #27CFCB; }
a { background-color: rgb(39,207,203); }
div.DivClassName
{
background-color: #27CFCB;
}
.BgClassName
{
background-color: #27CFCB;
}
</style>
border-color css
<style>
span { border-color: #27CFCB; }
span { border-color: rgb(39,207,203); }
td.TdClassName
{
border-color: #27CFCB;
}
.TagClassName
{
border-color: #27CFCB;
}
</style>