Shades of Medium Turquoise #33BEC5
Tints of Medium Turquoise #33BEC5
RGB
CMYK
RGB Variations
Color information
#33BEC5 (or 0x33BEC5) is known color: Medium Turquoise. HEX triplet: 33, BE and C5. RGB value is (51,190,197). Sum of RGB (Red+Green+Blue) = 51+190+197=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #33BEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BEC5 is #CC413A. Grayscale: #959595. Windows color (decimal): -13386043 or 12959283. OLE color: 12959283.
HSL color Cylindrical-coordinate representation of color #33BEC5: hue angle of 182.88º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33BEC5 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 190 | 197 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.23 |
| HSL | 182.88º | 0.59% | 0.49% | - |
| HSV(B) | 182.88º | 0.74% | 0.77% | - |
| XYZ | 29.86 | 41.56 | 59.27 | - |
| YUV | 149.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 190 | 197 | 0.74 | 0.04 | 0 | 0.23 | 182.88 | 0.59 | 0.49 |
| Hex | 33 | BE | C5 | 4A | 4 | 0 | 17 | B7 | 3B | 31 |
| Octal | 63 | 276 | 305 | 112 | 4 | 0 | 27 | 267 | 73 | 61 |
| Binary | 110011 | 10111110 | 11000101 | 1001010 | 100 | 0 | 10111 | 10110111 | 111011 | 110001 |
Color Harmonies of #33BEC5
Complementary color
Monochromatic Colors of #33BEC5
Black with #33BEC5
Text Example
Text Example
White with #33BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BEC5; }
p { color: rgb(51,190,197); }
H1.HeaderClassName
{
color: #33BEC5;
}
.AnyTagClassName
{
color: #33BEC5;
}
</style>
background-color css
<style>
a { background-color: #33BEC5; }
a { background-color: rgb(51,190,197); }
div.DivClassName
{
background-color: #33BEC5;
}
.BgClassName
{
background-color: #33BEC5;
}
</style>
border-color css
<style>
span { border-color: #33BEC5; }
span { border-color: rgb(51,190,197); }
td.TdClassName
{
border-color: #33BEC5;
}
.TagClassName
{
border-color: #33BEC5;
}
</style>