Shades of Turquoise #26FFCB
Tints of Turquoise #26FFCB
RGB
CMYK
RGB Variations
Color information
#26FFCB (or 0x26FFCB) is known color: Turquoise. HEX triplet: 26, FF and CB. RGB value is (38,255,203). Sum of RGB (Red+Green+Blue) = 38+255+203=496 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.66% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #26FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FFCB is #D90034. Grayscale: #B8B8B8. Windows color (decimal): -14221365 or 13369126. OLE color: 13369126.
HSL color Cylindrical-coordinate representation of color #26FFCB: hue angle of 165.62º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FFCB is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 255 | 203 | - |
| CMYK | 0.85 | 0 | 0.20 | 0 |
| HSL | 165.62º | 1% | 0.57% | - |
| HSV(B) | 165.62º | 0.85% | 1% | - |
| XYZ | 47.34 | 76.24 | 68.72 | - |
| YUV | 184.19 | 138.61 | 23.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 255 | 203 | 0.85 | 0 | 0.20 | 0 | 165.62 | 1 | 0.57 |
| Hex | 26 | FF | CB | 55 | 0 | 14 | 0 | A6 | 64 | 39 |
| Octal | 46 | 377 | 313 | 125 | 0 | 24 | 0 | 246 | 144 | 71 |
| Binary | 100110 | 11111111 | 11001011 | 1010101 | 0 | 10100 | 0 | 10100110 | 1100100 | 111001 |
Color Harmonies of #26FFCB
Complementary color
Monochromatic Colors of #26FFCB
Black with #26FFCB
Text Example
Text Example
White with #26FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FFCB; }
p { color: rgb(38,255,203); }
H1.HeaderClassName
{
color: #26FFCB;
}
.AnyTagClassName
{
color: #26FFCB;
}
</style>
background-color css
<style>
a { background-color: #26FFCB; }
a { background-color: rgb(38,255,203); }
div.DivClassName
{
background-color: #26FFCB;
}
.BgClassName
{
background-color: #26FFCB;
}
</style>
border-color css
<style>
span { border-color: #26FFCB; }
span { border-color: rgb(38,255,203); }
td.TdClassName
{
border-color: #26FFCB;
}
.TagClassName
{
border-color: #26FFCB;
}
</style>