Shades of Turquoise #36EFF3
Tints of Turquoise #36EFF3
RGB
CMYK
RGB Variations
Color information
#36EFF3 (or 0x36EFF3) is known color: Turquoise. HEX triplet: 36, EF and F3. RGB value is (54,239,243). Sum of RGB (Red+Green+Blue) = 54+239+243=536 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.07% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #36EFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EFF3 is #C9100C. Grayscale: #B7B7B7. Windows color (decimal): -13176845 or 15986486. OLE color: 15986486.
HSL color Cylindrical-coordinate representation of color #36EFF3: hue angle of 181.27º 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 #36EFF3 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 239 | 243 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.05 |
| HSL | 181.27º | 0.89% | 0.58% | - |
| HSV(B) | 181.27º | 0.78% | 0.95% | - |
| XYZ | 48.57 | 68.99 | 95.55 | - |
| YUV | 184.14 | 161.21 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 239 | 243 | 0.78 | 0.02 | 0 | 0.05 | 181.27 | 0.89 | 0.58 |
| Hex | 36 | EF | F3 | 4E | 2 | 0 | 5 | B5 | 59 | 3A |
| Octal | 66 | 357 | 363 | 116 | 2 | 0 | 5 | 265 | 131 | 72 |
| Binary | 110110 | 11101111 | 11110011 | 1001110 | 10 | 0 | 101 | 10110101 | 1011001 | 111010 |
Color Harmonies of #36EFF3
Complementary color
Monochromatic Colors of #36EFF3
Black with #36EFF3
Text Example
Text Example
White with #36EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EFF3; }
p { color: rgb(54,239,243); }
H1.HeaderClassName
{
color: #36EFF3;
}
.AnyTagClassName
{
color: #36EFF3;
}
</style>
background-color css
<style>
a { background-color: #36EFF3; }
a { background-color: rgb(54,239,243); }
div.DivClassName
{
background-color: #36EFF3;
}
.BgClassName
{
background-color: #36EFF3;
}
</style>
border-color css
<style>
span { border-color: #36EFF3; }
span { border-color: rgb(54,239,243); }
td.TdClassName
{
border-color: #36EFF3;
}
.TagClassName
{
border-color: #36EFF3;
}
</style>