Shades of Turquoise #36D3CC
Tints of Turquoise #36D3CC
RGB
CMYK
RGB Variations
Color information
#36D3CC (or 0x36D3CC) is known color: Turquoise. HEX triplet: 36, D3 and CC. RGB value is (54,211,204). Sum of RGB (Red+Green+Blue) = 54+211+204=469 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.51% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #36D3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D3CC is #C92C33. Grayscale: #A3A3A3. Windows color (decimal): -13184052 or 13423414. OLE color: 13423414.
HSL color Cylindrical-coordinate representation of color #36D3CC: hue angle of 177.32º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D3CC is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 211 | 204 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.17 |
| HSL | 177.32º | 0.64% | 0.52% | - |
| HSV(B) | 177.32º | 0.74% | 0.83% | - |
| XYZ | 35.71 | 51.73 | 65.23 | - |
| YUV | 163.26 | 150.99 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 211 | 204 | 0.74 | 0 | 0.03 | 0.17 | 177.32 | 0.64 | 0.52 |
| Hex | 36 | D3 | CC | 4A | 0 | 3 | 11 | B1 | 40 | 34 |
| Octal | 66 | 323 | 314 | 112 | 0 | 3 | 21 | 261 | 100 | 64 |
| Binary | 110110 | 11010011 | 11001100 | 1001010 | 0 | 11 | 10001 | 10110001 | 1000000 | 110100 |
Color Harmonies of #36D3CC
Complementary color
Monochromatic Colors of #36D3CC
Black with #36D3CC
Text Example
Text Example
White with #36D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D3CC; }
p { color: rgb(54,211,204); }
H1.HeaderClassName
{
color: #36D3CC;
}
.AnyTagClassName
{
color: #36D3CC;
}
</style>
background-color css
<style>
a { background-color: #36D3CC; }
a { background-color: rgb(54,211,204); }
div.DivClassName
{
background-color: #36D3CC;
}
.BgClassName
{
background-color: #36D3CC;
}
</style>
border-color css
<style>
span { border-color: #36D3CC; }
span { border-color: rgb(54,211,204); }
td.TdClassName
{
border-color: #36D3CC;
}
.TagClassName
{
border-color: #36D3CC;
}
</style>