Shades of Turquoise #36EEF4
Tints of Turquoise #36EEF4
RGB
CMYK
RGB Variations
Color information
#36EEF4 (or 0x36EEF4) is known color: Turquoise. HEX triplet: 36, EE and F4. RGB value is (54,238,244). Sum of RGB (Red+Green+Blue) = 54+238+244=536 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.07% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #36EEF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EEF4 is #C9110B. Grayscale: #B7B7B7. Windows color (decimal): -13177100 or 16051766. OLE color: 16051766.
HSL color Cylindrical-coordinate representation of color #36EEF4: hue angle of 181.89º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36EEF4 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 238 | 244 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.04 |
| HSL | 181.89º | 0.9% | 0.58% | - |
| HSV(B) | 181.89º | 0.78% | 0.96% | - |
| XYZ | 48.43 | 68.47 | 96.25 | - |
| YUV | 183.67 | 162.04 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 244 | 0.78 | 0.02 | 0 | 0.04 | 181.89 | 0.9 | 0.58 |
| Hex | 36 | EE | F4 | 4E | 2 | 0 | 4 | B6 | 5A | 3A |
| Octal | 66 | 356 | 364 | 116 | 2 | 0 | 4 | 266 | 132 | 72 |
| Binary | 110110 | 11101110 | 11110100 | 1001110 | 10 | 0 | 100 | 10110110 | 1011010 | 111010 |
Color Harmonies of #36EEF4
Complementary color
Monochromatic Colors of #36EEF4
Black with #36EEF4
Text Example
Text Example
White with #36EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEF4; }
p { color: rgb(54,238,244); }
H1.HeaderClassName
{
color: #36EEF4;
}
.AnyTagClassName
{
color: #36EEF4;
}
</style>
background-color css
<style>
a { background-color: #36EEF4; }
a { background-color: rgb(54,238,244); }
div.DivClassName
{
background-color: #36EEF4;
}
.BgClassName
{
background-color: #36EEF4;
}
</style>
border-color css
<style>
span { border-color: #36EEF4; }
span { border-color: rgb(54,238,244); }
td.TdClassName
{
border-color: #36EEF4;
}
.TagClassName
{
border-color: #36EEF4;
}
</style>