Shades of Medium Turquoise #36BEC8
Tints of Medium Turquoise #36BEC8
RGB
CMYK
RGB Variations
Color information
#36BEC8 (or 0x36BEC8) is known color: Medium Turquoise. HEX triplet: 36, BE and C8. RGB value is (54,190,200). Sum of RGB (Red+Green+Blue) = 54+190+200=444 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.16% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #36BEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BEC8 is #C94137. Grayscale: #969696. Windows color (decimal): -13189432 or 13155894. OLE color: 13155894.
HSL color Cylindrical-coordinate representation of color #36BEC8: hue angle of 184.11º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36BEC8 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 190 | 200 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.22 |
| HSL | 184.11º | 0.57% | 0.5% | - |
| HSV(B) | 184.11º | 0.73% | 0.78% | - |
| XYZ | 30.36 | 41.78 | 61.11 | - |
| YUV | 150.48 | 155.94 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 190 | 200 | 0.73 | 0.05 | 0 | 0.22 | 184.11 | 0.57 | 0.5 |
| Hex | 36 | BE | C8 | 49 | 5 | 0 | 16 | B8 | 39 | 32 |
| Octal | 66 | 276 | 310 | 111 | 5 | 0 | 26 | 270 | 71 | 62 |
| Binary | 110110 | 10111110 | 11001000 | 1001001 | 101 | 0 | 10110 | 10111000 | 111001 | 110010 |
Color Harmonies of #36BEC8
Complementary color
Monochromatic Colors of #36BEC8
Black with #36BEC8
Text Example
Text Example
White with #36BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BEC8; }
p { color: rgb(54,190,200); }
H1.HeaderClassName
{
color: #36BEC8;
}
.AnyTagClassName
{
color: #36BEC8;
}
</style>
background-color css
<style>
a { background-color: #36BEC8; }
a { background-color: rgb(54,190,200); }
div.DivClassName
{
background-color: #36BEC8;
}
.BgClassName
{
background-color: #36BEC8;
}
</style>
border-color css
<style>
span { border-color: #36BEC8; }
span { border-color: rgb(54,190,200); }
td.TdClassName
{
border-color: #36BEC8;
}
.TagClassName
{
border-color: #36BEC8;
}
</style>