Shades of Medium Turquoise #33CBDA
Tints of Medium Turquoise #33CBDA
RGB
CMYK
RGB Variations
Color information
#33CBDA (or 0x33CBDA) is known color: Medium Turquoise. HEX triplet: 33, CB and DA. RGB value is (51,203,218). Sum of RGB (Red+Green+Blue) = 51+203+218=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #33CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBDA is #CC3425. Grayscale: #9F9F9F. Windows color (decimal): -13382694 or 14338867. OLE color: 14338867.
HSL color Cylindrical-coordinate representation of color #33CBDA: hue angle of 185.39º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CBDA is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 203 | 218 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.15 |
| HSL | 185.39º | 0.69% | 0.53% | - |
| HSV(B) | 185.39º | 0.77% | 0.85% | - |
| XYZ | 35.38 | 48.48 | 73.82 | - |
| YUV | 159.26 | 161.14 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 218 | 0.77 | 0.07 | 0 | 0.15 | 185.39 | 0.69 | 0.53 |
| Hex | 33 | CB | DA | 4D | 7 | 0 | F | B9 | 45 | 35 |
| Octal | 63 | 313 | 332 | 115 | 7 | 0 | 17 | 271 | 105 | 65 |
| Binary | 110011 | 11001011 | 11011010 | 1001101 | 111 | 0 | 1111 | 10111001 | 1000101 | 110101 |
Color Harmonies of #33CBDA
Complementary color
Monochromatic Colors of #33CBDA
Black with #33CBDA
Text Example
Text Example
White with #33CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBDA; }
p { color: rgb(51,203,218); }
H1.HeaderClassName
{
color: #33CBDA;
}
.AnyTagClassName
{
color: #33CBDA;
}
</style>
background-color css
<style>
a { background-color: #33CBDA; }
a { background-color: rgb(51,203,218); }
div.DivClassName
{
background-color: #33CBDA;
}
.BgClassName
{
background-color: #33CBDA;
}
</style>
border-color css
<style>
span { border-color: #33CBDA; }
span { border-color: rgb(51,203,218); }
td.TdClassName
{
border-color: #33CBDA;
}
.TagClassName
{
border-color: #33CBDA;
}
</style>