Shades of Turquoise #36FFCB
Tints of Turquoise #36FFCB
RGB
CMYK
RGB Variations
Color information
#36FFCB (or 0x36FFCB) is known color: Turquoise. HEX triplet: 36, FF and CB. RGB value is (54,255,203). Sum of RGB (Red+Green+Blue) = 54+255+203=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFCB is #C90034. Grayscale: #BCBCBC. Windows color (decimal): -13172789 or 13369142. OLE color: 13369142.
HSL color Cylindrical-coordinate representation of color #36FFCB: hue angle of 164.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFCB is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 203 | - |
| CMYK | 0.79 | 0 | 0.20 | 0 |
| HSL | 164.48º | 1% | 0.61% | - |
| HSV(B) | 164.48º | 0.79% | 1% | - |
| XYZ | 48.06 | 76.62 | 68.76 | - |
| YUV | 188.97 | 135.91 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 203 | 0.79 | 0 | 0.20 | 0 | 164.48 | 1 | 0.61 |
| Hex | 36 | FF | CB | 4F | 0 | 14 | 0 | A4 | 64 | 3D |
| Octal | 66 | 377 | 313 | 117 | 0 | 24 | 0 | 244 | 144 | 75 |
| Binary | 110110 | 11111111 | 11001011 | 1001111 | 0 | 10100 | 0 | 10100100 | 1100100 | 111101 |
Color Harmonies of #36FFCB
Complementary color
Monochromatic Colors of #36FFCB
Black with #36FFCB
Text Example
Text Example
White with #36FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFCB; }
p { color: rgb(54,255,203); }
H1.HeaderClassName
{
color: #36FFCB;
}
.AnyTagClassName
{
color: #36FFCB;
}
</style>
background-color css
<style>
a { background-color: #36FFCB; }
a { background-color: rgb(54,255,203); }
div.DivClassName
{
background-color: #36FFCB;
}
.BgClassName
{
background-color: #36FFCB;
}
</style>
border-color css
<style>
span { border-color: #36FFCB; }
span { border-color: rgb(54,255,203); }
td.TdClassName
{
border-color: #36FFCB;
}
.TagClassName
{
border-color: #36FFCB;
}
</style>