Shades of Pale Turquoise #94F2E6
Tints of Pale Turquoise #94F2E6
RGB
CMYK
RGB Variations
Color information
#94F2E6 (or 0x94F2E6) is known color: Pale Turquoise. HEX triplet: 94, F2 and E6. RGB value is (148,242,230). Sum of RGB (Red+Green+Blue) = 148+242+230=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F2E6 is #6B0D19. Grayscale: #D4D4D4. Windows color (decimal): -7015706 or 15135380. OLE color: 15135380.
HSL color Cylindrical-coordinate representation of color #94F2E6: hue angle of 172.34º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2E6 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 230 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.05 |
| HSL | 172.34º | 0.78% | 0.76% | - |
| HSV(B) | 172.34º | 0.39% | 0.95% | - |
| XYZ | 58.25 | 75.51 | 86.37 | - |
| YUV | 212.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 230 | 0.39 | 0 | 0.05 | 0.05 | 172.34 | 0.78 | 0.76 |
| Hex | 94 | F2 | E6 | 27 | 0 | 5 | 5 | AC | 4E | 4C |
| Octal | 224 | 362 | 346 | 47 | 0 | 5 | 5 | 254 | 116 | 114 |
| Binary | 10010100 | 11110010 | 11100110 | 100111 | 0 | 101 | 101 | 10101100 | 1001110 | 1001100 |
Color Harmonies of #94F2E6
Complementary color
Monochromatic Colors of #94F2E6
Black with #94F2E6
Text Example
Text Example
White with #94F2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F2E6; }
p { color: rgb(148,242,230); }
H1.HeaderClassName
{
color: #94F2E6;
}
.AnyTagClassName
{
color: #94F2E6;
}
</style>
background-color css
<style>
a { background-color: #94F2E6; }
a { background-color: rgb(148,242,230); }
div.DivClassName
{
background-color: #94F2E6;
}
.BgClassName
{
background-color: #94F2E6;
}
</style>
border-color css
<style>
span { border-color: #94F2E6; }
span { border-color: rgb(148,242,230); }
td.TdClassName
{
border-color: #94F2E6;
}
.TagClassName
{
border-color: #94F2E6;
}
</style>