Shades of Medium Turquoise #36CBDA
Tints of Medium Turquoise #36CBDA
RGB
CMYK
RGB Variations
Color information
#36CBDA (or 0x36CBDA) is known color: Medium Turquoise. HEX triplet: 36, CB and DA. RGB value is (54,203,218). Sum of RGB (Red+Green+Blue) = 54+203+218=475 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.37% from 475); Green value is 203 (79.69% from 255 or 42.74% 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 #36CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBDA is #C93425. Grayscale: #9F9F9F. Windows color (decimal): -13186086 or 14338870. OLE color: 14338870.
HSL color Cylindrical-coordinate representation of color #36CBDA: hue angle of 185.49º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36CBDA is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 203 | 218 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.15 |
| HSL | 185.49º | 0.69% | 0.53% | - |
| HSV(B) | 185.49º | 0.75% | 0.85% | - |
| XYZ | 35.53 | 48.56 | 73.83 | - |
| YUV | 160.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 218 | 0.75 | 0.07 | 0 | 0.15 | 185.49 | 0.69 | 0.53 |
| Hex | 36 | CB | DA | 4B | 7 | 0 | F | B9 | 45 | 35 |
| Octal | 66 | 313 | 332 | 113 | 7 | 0 | 17 | 271 | 105 | 65 |
| Binary | 110110 | 11001011 | 11011010 | 1001011 | 111 | 0 | 1111 | 10111001 | 1000101 | 110101 |
Color Harmonies of #36CBDA
Complementary color
Monochromatic Colors of #36CBDA
Black with #36CBDA
Text Example
Text Example
White with #36CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBDA; }
p { color: rgb(54,203,218); }
H1.HeaderClassName
{
color: #36CBDA;
}
.AnyTagClassName
{
color: #36CBDA;
}
</style>
background-color css
<style>
a { background-color: #36CBDA; }
a { background-color: rgb(54,203,218); }
div.DivClassName
{
background-color: #36CBDA;
}
.BgClassName
{
background-color: #36CBDA;
}
</style>
border-color css
<style>
span { border-color: #36CBDA; }
span { border-color: rgb(54,203,218); }
td.TdClassName
{
border-color: #36CBDA;
}
.TagClassName
{
border-color: #36CBDA;
}
</style>