Shades of Turquoise #27FFCB
Tints of Turquoise #27FFCB
RGB
CMYK
RGB Variations
Color information
#27FFCB (or 0x27FFCB) is known color: Turquoise. HEX triplet: 27, FF and CB. RGB value is (39,255,203). Sum of RGB (Red+Green+Blue) = 39+255+203=497 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.85% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFCB is #D80034. Grayscale: #B8B8B8. Windows color (decimal): -14155829 or 13369127. OLE color: 13369127.
HSL color Cylindrical-coordinate representation of color #27FFCB: hue angle of 165.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFCB is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 203 | - |
| CMYK | 0.85 | 0 | 0.20 | 0 |
| HSL | 165.56º | 1% | 0.58% | - |
| HSV(B) | 165.56º | 0.85% | 1% | - |
| XYZ | 47.38 | 76.26 | 68.72 | - |
| YUV | 184.49 | 138.44 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 203 | 0.85 | 0 | 0.20 | 0 | 165.56 | 1 | 0.58 |
| Hex | 27 | FF | CB | 55 | 0 | 14 | 0 | A6 | 64 | 3A |
| Octal | 47 | 377 | 313 | 125 | 0 | 24 | 0 | 246 | 144 | 72 |
| Binary | 100111 | 11111111 | 11001011 | 1010101 | 0 | 10100 | 0 | 10100110 | 1100100 | 111010 |
Color Harmonies of #27FFCB
Complementary color
Monochromatic Colors of #27FFCB
Black with #27FFCB
Text Example
Text Example
White with #27FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFCB; }
p { color: rgb(39,255,203); }
H1.HeaderClassName
{
color: #27FFCB;
}
.AnyTagClassName
{
color: #27FFCB;
}
</style>
background-color css
<style>
a { background-color: #27FFCB; }
a { background-color: rgb(39,255,203); }
div.DivClassName
{
background-color: #27FFCB;
}
.BgClassName
{
background-color: #27FFCB;
}
</style>
border-color css
<style>
span { border-color: #27FFCB; }
span { border-color: rgb(39,255,203); }
td.TdClassName
{
border-color: #27FFCB;
}
.TagClassName
{
border-color: #27FFCB;
}
</style>