Shades of Medium Turquoise #36BFCB
Tints of Medium Turquoise #36BFCB
RGB
CMYK
RGB Variations
Color information
#36BFCB (or 0x36BFCB) is known color: Medium Turquoise. HEX triplet: 36, BF and CB. RGB value is (54,191,203). Sum of RGB (Red+Green+Blue) = 54+191+203=448 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.05% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #36BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BFCB is #C94034. Grayscale: #979797. Windows color (decimal): -13189173 or 13352758. OLE color: 13352758.
HSL color Cylindrical-coordinate representation of color #36BFCB: hue angle of 184.83º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36BFCB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 191 | 203 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.20 |
| HSL | 184.83º | 0.59% | 0.5% | - |
| HSV(B) | 184.83º | 0.73% | 0.8% | - |
| XYZ | 30.93 | 42.36 | 63.05 | - |
| YUV | 151.41 | 157.11 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 191 | 203 | 0.73 | 0.06 | 0 | 0.20 | 184.83 | 0.59 | 0.5 |
| Hex | 36 | BF | CB | 49 | 6 | 0 | 14 | B9 | 3B | 32 |
| Octal | 66 | 277 | 313 | 111 | 6 | 0 | 24 | 271 | 73 | 62 |
| Binary | 110110 | 10111111 | 11001011 | 1001001 | 110 | 0 | 10100 | 10111001 | 111011 | 110010 |
Color Harmonies of #36BFCB
Complementary color
Monochromatic Colors of #36BFCB
Black with #36BFCB
Text Example
Text Example
White with #36BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BFCB; }
p { color: rgb(54,191,203); }
H1.HeaderClassName
{
color: #36BFCB;
}
.AnyTagClassName
{
color: #36BFCB;
}
</style>
background-color css
<style>
a { background-color: #36BFCB; }
a { background-color: rgb(54,191,203); }
div.DivClassName
{
background-color: #36BFCB;
}
.BgClassName
{
background-color: #36BFCB;
}
</style>
border-color css
<style>
span { border-color: #36BFCB; }
span { border-color: rgb(54,191,203); }
td.TdClassName
{
border-color: #36BFCB;
}
.TagClassName
{
border-color: #36BFCB;
}
</style>