Shades of Medium Turquoise #33CEDA
Tints of Medium Turquoise #33CEDA
RGB
CMYK
RGB Variations
Color information
#33CEDA (or 0x33CEDA) is known color: Medium Turquoise. HEX triplet: 33, CE and DA. RGB value is (51,206,218). Sum of RGB (Red+Green+Blue) = 51+206+218=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #33CEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEDA is #CC3125. Grayscale: #A0A0A0. Windows color (decimal): -13381926 or 14339635. OLE color: 14339635.
HSL color Cylindrical-coordinate representation of color #33CEDA: hue angle of 184.31º 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 #33CEDA is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 206 | 218 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.15 |
| HSL | 184.31º | 0.69% | 0.53% | - |
| HSV(B) | 184.31º | 0.77% | 0.85% | - |
| XYZ | 36.09 | 49.91 | 74.06 | - |
| YUV | 161.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 218 | 0.77 | 0.06 | 0 | 0.15 | 184.31 | 0.69 | 0.53 |
| Hex | 33 | CE | DA | 4D | 6 | 0 | F | B8 | 45 | 35 |
| Octal | 63 | 316 | 332 | 115 | 6 | 0 | 17 | 270 | 105 | 65 |
| Binary | 110011 | 11001110 | 11011010 | 1001101 | 110 | 0 | 1111 | 10111000 | 1000101 | 110101 |
Color Harmonies of #33CEDA
Complementary color
Monochromatic Colors of #33CEDA
Black with #33CEDA
Text Example
Text Example
White with #33CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEDA; }
p { color: rgb(51,206,218); }
H1.HeaderClassName
{
color: #33CEDA;
}
.AnyTagClassName
{
color: #33CEDA;
}
</style>
background-color css
<style>
a { background-color: #33CEDA; }
a { background-color: rgb(51,206,218); }
div.DivClassName
{
background-color: #33CEDA;
}
.BgClassName
{
background-color: #33CEDA;
}
</style>
border-color css
<style>
span { border-color: #33CEDA; }
span { border-color: rgb(51,206,218); }
td.TdClassName
{
border-color: #33CEDA;
}
.TagClassName
{
border-color: #33CEDA;
}
</style>