Shades of Medium Turquoise #33BDC4
Tints of Medium Turquoise #33BDC4
RGB
CMYK
RGB Variations
Color information
#33BDC4 (or 0x33BDC4) is known color: Medium Turquoise. HEX triplet: 33, BD and C4. RGB value is (51,189,196). Sum of RGB (Red+Green+Blue) = 51+189+196=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #33BDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDC4 is #CC423B. Grayscale: #949494. Windows color (decimal): -13386300 or 12893491. OLE color: 12893491.
HSL color Cylindrical-coordinate representation of color #33BDC4: hue angle of 182.9º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33BDC4 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 189 | 196 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.23 |
| HSL | 182.9º | 0.59% | 0.48% | - |
| HSV(B) | 182.9º | 0.74% | 0.77% | - |
| XYZ | 29.53 | 41.08 | 58.6 | - |
| YUV | 148.54 | 154.78 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 196 | 0.74 | 0.04 | 0 | 0.23 | 182.9 | 0.59 | 0.48 |
| Hex | 33 | BD | C4 | 4A | 4 | 0 | 17 | B7 | 3B | 30 |
| Octal | 63 | 275 | 304 | 112 | 4 | 0 | 27 | 267 | 73 | 60 |
| Binary | 110011 | 10111101 | 11000100 | 1001010 | 100 | 0 | 10111 | 10110111 | 111011 | 110000 |
Color Harmonies of #33BDC4
Complementary color
Monochromatic Colors of #33BDC4
Black with #33BDC4
Text Example
Text Example
White with #33BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDC4; }
p { color: rgb(51,189,196); }
H1.HeaderClassName
{
color: #33BDC4;
}
.AnyTagClassName
{
color: #33BDC4;
}
</style>
background-color css
<style>
a { background-color: #33BDC4; }
a { background-color: rgb(51,189,196); }
div.DivClassName
{
background-color: #33BDC4;
}
.BgClassName
{
background-color: #33BDC4;
}
</style>
border-color css
<style>
span { border-color: #33BDC4; }
span { border-color: rgb(51,189,196); }
td.TdClassName
{
border-color: #33BDC4;
}
.TagClassName
{
border-color: #33BDC4;
}
</style>