Shades of Medium Turquoise #36BEC2
Tints of Medium Turquoise #36BEC2
RGB
CMYK
RGB Variations
Color information
#36BEC2 (or 0x36BEC2) is known color: Medium Turquoise. HEX triplet: 36, BE and C2. RGB value is (54,190,194). Sum of RGB (Red+Green+Blue) = 54+190+194=438 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.33% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #36BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BEC2 is #C9413D. Grayscale: #959595. Windows color (decimal): -13189438 or 12762678. OLE color: 12762678.
HSL color Cylindrical-coordinate representation of color #36BEC2: hue angle of 181.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BEC2 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 190 | 194 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.24 |
| HSL | 181.71º | 0.56% | 0.49% | - |
| HSV(B) | 181.71º | 0.72% | 0.76% | - |
| XYZ | 29.67 | 41.51 | 57.49 | - |
| YUV | 149.79 | 152.94 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 190 | 194 | 0.72 | 0.02 | 0 | 0.24 | 181.71 | 0.56 | 0.49 |
| Hex | 36 | BE | C2 | 48 | 2 | 0 | 18 | B6 | 38 | 31 |
| Octal | 66 | 276 | 302 | 110 | 2 | 0 | 30 | 266 | 70 | 61 |
| Binary | 110110 | 10111110 | 11000010 | 1001000 | 10 | 0 | 11000 | 10110110 | 111000 | 110001 |
Color Harmonies of #36BEC2
Complementary color
Monochromatic Colors of #36BEC2
Black with #36BEC2
Text Example
Text Example
White with #36BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BEC2; }
p { color: rgb(54,190,194); }
H1.HeaderClassName
{
color: #36BEC2;
}
.AnyTagClassName
{
color: #36BEC2;
}
</style>
background-color css
<style>
a { background-color: #36BEC2; }
a { background-color: rgb(54,190,194); }
div.DivClassName
{
background-color: #36BEC2;
}
.BgClassName
{
background-color: #36BEC2;
}
</style>
border-color css
<style>
span { border-color: #36BEC2; }
span { border-color: rgb(54,190,194); }
td.TdClassName
{
border-color: #36BEC2;
}
.TagClassName
{
border-color: #36BEC2;
}
</style>