Shades of Turquoise #36DFCB
Tints of Turquoise #36DFCB
RGB
CMYK
RGB Variations
Color information
#36DFCB (or 0x36DFCB) is known color: Turquoise. HEX triplet: 36, DF and CB. RGB value is (54,223,203). Sum of RGB (Red+Green+Blue) = 54+223+203=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFCB is #C92034. Grayscale: #AAAAAA. Windows color (decimal): -13180981 or 13360950. OLE color: 13360950.
HSL color Cylindrical-coordinate representation of color #36DFCB: hue angle of 172.9º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DFCB is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 203 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.13 |
| HSL | 172.9º | 0.73% | 0.54% | - |
| HSV(B) | 172.9º | 0.76% | 0.87% | - |
| XYZ | 38.69 | 57.87 | 65.63 | - |
| YUV | 170.19 | 146.51 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 203 | 0.76 | 0 | 0.09 | 0.13 | 172.9 | 0.73 | 0.54 |
| Hex | 36 | DF | CB | 4C | 0 | 9 | D | AD | 49 | 36 |
| Octal | 66 | 337 | 313 | 114 | 0 | 11 | 15 | 255 | 111 | 66 |
| Binary | 110110 | 11011111 | 11001011 | 1001100 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110110 |
Color Harmonies of #36DFCB
Complementary color
Monochromatic Colors of #36DFCB
Black with #36DFCB
Text Example
Text Example
White with #36DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFCB; }
p { color: rgb(54,223,203); }
H1.HeaderClassName
{
color: #36DFCB;
}
.AnyTagClassName
{
color: #36DFCB;
}
</style>
background-color css
<style>
a { background-color: #36DFCB; }
a { background-color: rgb(54,223,203); }
div.DivClassName
{
background-color: #36DFCB;
}
.BgClassName
{
background-color: #36DFCB;
}
</style>
border-color css
<style>
span { border-color: #36DFCB; }
span { border-color: rgb(54,223,203); }
td.TdClassName
{
border-color: #36DFCB;
}
.TagClassName
{
border-color: #36DFCB;
}
</style>