Shades of Turquoise #36F3D2
Tints of Turquoise #36F3D2
RGB
CMYK
RGB Variations
Color information
#36F3D2 (or 0x36F3D2) is known color: Turquoise. HEX triplet: 36, F3 and D2. RGB value is (54,243,210). Sum of RGB (Red+Green+Blue) = 54+243+210=507 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.65% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #36F3D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F3D2 is #C90C2D. Grayscale: #B6B6B6. Windows color (decimal): -13175854 or 13824822. OLE color: 13824822.
HSL color Cylindrical-coordinate representation of color #36F3D2: hue angle of 169.52º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F3D2 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 243 | 210 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.05 |
| HSL | 169.52º | 0.89% | 0.58% | - |
| HSV(B) | 169.52º | 0.78% | 0.95% | - |
| XYZ | 45.2 | 69.54 | 72.01 | - |
| YUV | 182.73 | 143.38 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 243 | 210 | 0.78 | 0 | 0.14 | 0.05 | 169.52 | 0.89 | 0.58 |
| Hex | 36 | F3 | D2 | 4E | 0 | E | 5 | AA | 59 | 3A |
| Octal | 66 | 363 | 322 | 116 | 0 | 16 | 5 | 252 | 131 | 72 |
| Binary | 110110 | 11110011 | 11010010 | 1001110 | 0 | 1110 | 101 | 10101010 | 1011001 | 111010 |
Color Harmonies of #36F3D2
Complementary color
Monochromatic Colors of #36F3D2
Black with #36F3D2
Text Example
Text Example
White with #36F3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F3D2; }
p { color: rgb(54,243,210); }
H1.HeaderClassName
{
color: #36F3D2;
}
.AnyTagClassName
{
color: #36F3D2;
}
</style>
background-color css
<style>
a { background-color: #36F3D2; }
a { background-color: rgb(54,243,210); }
div.DivClassName
{
background-color: #36F3D2;
}
.BgClassName
{
background-color: #36F3D2;
}
</style>
border-color css
<style>
span { border-color: #36F3D2; }
span { border-color: rgb(54,243,210); }
td.TdClassName
{
border-color: #36F3D2;
}
.TagClassName
{
border-color: #36F3D2;
}
</style>