Shades of Pale Turquoise #94FDED
Tints of Pale Turquoise #94FDED
RGB
CMYK
RGB Variations
Color information
#94FDED (or 0x94FDED) is known color: Pale Turquoise. HEX triplet: 94, FD and ED. RGB value is (148,253,237). Sum of RGB (Red+Green+Blue) = 148+253+237=638 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.20% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FDED is #6B0212. Grayscale: #DBDBDB. Windows color (decimal): -7012883 or 15596948. OLE color: 15596948.
HSL color Cylindrical-coordinate representation of color #94FDED: hue angle of 170.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDED is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 148 | 253 | 237 | - |
CMYK | 0.42 | 0 | 0.06 | 0.01 |
HSL | 170.86º | 0.96% | 0.79% | - |
HSV(B) | 170.86º | 0.42% | 0.99% | - |
XYZ | 62.62 | 82.66 | 92.78 | - |
YUV | 219.78 | 137.71 | 76.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 253 | 237 | 0.42 | 0 | 0.06 | 0.01 | 170.86 | 0.96 | 0.79 |
Hex | 94 | FD | ED | 2A | 0 | 6 | 1 | AB | 60 | 4F |
Octal | 224 | 375 | 355 | 52 | 0 | 6 | 1 | 253 | 140 | 117 |
Binary | 10010100 | 11111101 | 11101101 | 101010 | 0 | 110 | 1 | 10101011 | 1100000 | 1001111 |
Color Harmonies of #94FDED
Complementary color
Monochromatic Colors of #94FDED
Black with #94FDED
Text Example
Text Example
White with #94FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDED; }
p { color: rgb(148,253,237); }
H1.HeaderClassName
{
color: #94FDED;
}
.AnyTagClassName
{
color: #94FDED;
}
</style>
background-color css
<style>
a { background-color: #94FDED; }
a { background-color: rgb(148,253,237); }
div.DivClassName
{
background-color: #94FDED;
}
.BgClassName
{
background-color: #94FDED;
}
</style>
border-color css
<style>
span { border-color: #94FDED; }
span { border-color: rgb(148,253,237); }
td.TdClassName
{
border-color: #94FDED;
}
.TagClassName
{
border-color: #94FDED;
}
</style>