Shades of Turquoise #36FDB4
Tints of Turquoise #36FDB4
RGB
CMYK
RGB Variations
Color information
#36FDB4 (or 0x36FDB4) is known color: Turquoise. HEX triplet: 36, FD and B4. RGB value is (54,253,180). Sum of RGB (Red+Green+Blue) = 54+253+180=487 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.09% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FDB4 is #C9024B. Grayscale: #B9B9B9. Windows color (decimal): -13173324 or 11861302. OLE color: 11861302.
HSL color Cylindrical-coordinate representation of color #36FDB4: hue angle of 157.99º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FDB4 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 253 | 180 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.01 |
| HSL | 157.99º | 0.98% | 0.6% | - |
| HSV(B) | 157.99º | 0.79% | 0.99% | - |
| XYZ | 44.88 | 74.33 | 55.16 | - |
| YUV | 185.18 | 125.07 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 253 | 180 | 0.79 | 0 | 0.29 | 0.01 | 157.99 | 0.98 | 0.6 |
| Hex | 36 | FD | B4 | 4F | 0 | 1D | 1 | 9E | 62 | 3C |
| Octal | 66 | 375 | 264 | 117 | 0 | 35 | 1 | 236 | 142 | 74 |
| Binary | 110110 | 11111101 | 10110100 | 1001111 | 0 | 11101 | 1 | 10011110 | 1100010 | 111100 |
Color Harmonies of #36FDB4
Complementary color
Monochromatic Colors of #36FDB4
Black with #36FDB4
Text Example
Text Example
White with #36FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FDB4; }
p { color: rgb(54,253,180); }
H1.HeaderClassName
{
color: #36FDB4;
}
.AnyTagClassName
{
color: #36FDB4;
}
</style>
background-color css
<style>
a { background-color: #36FDB4; }
a { background-color: rgb(54,253,180); }
div.DivClassName
{
background-color: #36FDB4;
}
.BgClassName
{
background-color: #36FDB4;
}
</style>
border-color css
<style>
span { border-color: #36FDB4; }
span { border-color: rgb(54,253,180); }
td.TdClassName
{
border-color: #36FDB4;
}
.TagClassName
{
border-color: #36FDB4;
}
</style>