Shades of Medium Turquoise #33BDC5
Tints of Medium Turquoise #33BDC5
RGB
CMYK
RGB Variations
Color information
#33BDC5 (or 0x33BDC5) is known color: Medium Turquoise. HEX triplet: 33, BD and C5. RGB value is (51,189,197). Sum of RGB (Red+Green+Blue) = 51+189+197=437 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.67% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #33BDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDC5 is #CC423A. Grayscale: #949494. Windows color (decimal): -13386299 or 12959027. OLE color: 12959027.
HSL color Cylindrical-coordinate representation of color #33BDC5: hue angle of 183.29º 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 #33BDC5 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 189 | 197 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.23 |
| HSL | 183.29º | 0.59% | 0.49% | - |
| HSV(B) | 183.29º | 0.74% | 0.77% | - |
| XYZ | 29.64 | 41.13 | 59.2 | - |
| YUV | 148.65 | 155.28 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 197 | 0.74 | 0.04 | 0 | 0.23 | 183.29 | 0.59 | 0.49 |
| Hex | 33 | BD | C5 | 4A | 4 | 0 | 17 | B7 | 3B | 31 |
| Octal | 63 | 275 | 305 | 112 | 4 | 0 | 27 | 267 | 73 | 61 |
| Binary | 110011 | 10111101 | 11000101 | 1001010 | 100 | 0 | 10111 | 10110111 | 111011 | 110001 |
Color Harmonies of #33BDC5
Complementary color
Monochromatic Colors of #33BDC5
Black with #33BDC5
Text Example
Text Example
White with #33BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDC5; }
p { color: rgb(51,189,197); }
H1.HeaderClassName
{
color: #33BDC5;
}
.AnyTagClassName
{
color: #33BDC5;
}
</style>
background-color css
<style>
a { background-color: #33BDC5; }
a { background-color: rgb(51,189,197); }
div.DivClassName
{
background-color: #33BDC5;
}
.BgClassName
{
background-color: #33BDC5;
}
</style>
border-color css
<style>
span { border-color: #33BDC5; }
span { border-color: rgb(51,189,197); }
td.TdClassName
{
border-color: #33BDC5;
}
.TagClassName
{
border-color: #33BDC5;
}
</style>