Shades of Pale Turquoise #9AF1E4
Tints of Pale Turquoise #9AF1E4
RGB
CMYK
RGB Variations
Color information
#9AF1E4 (or 0x9AF1E4) is known color: Pale Turquoise. HEX triplet: 9A, F1 and E4. RGB value is (154,241,228). Sum of RGB (Red+Green+Blue) = 154+241+228=623 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.72% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1E4 is #650E1B. Grayscale: #D5D5D5. Windows color (decimal): -6622748 or 15004058. OLE color: 15004058.
HSL color Cylindrical-coordinate representation of color #9AF1E4: hue angle of 171.03º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF1E4 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 228 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.05 |
| HSL | 171.03º | 0.76% | 0.77% | - |
| HSV(B) | 171.03º | 0.36% | 0.95% | - |
| XYZ | 58.79 | 75.38 | 84.85 | - |
| YUV | 213.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 228 | 0.36 | 0 | 0.05 | 0.05 | 171.03 | 0.76 | 0.77 |
| Hex | 9A | F1 | E4 | 24 | 0 | 5 | 5 | AB | 4C | 4D |
| Octal | 232 | 361 | 344 | 44 | 0 | 5 | 5 | 253 | 114 | 115 |
| Binary | 10011010 | 11110001 | 11100100 | 100100 | 0 | 101 | 101 | 10101011 | 1001100 | 1001101 |
Color Harmonies of #9AF1E4
Complementary color
Monochromatic Colors of #9AF1E4
Black with #9AF1E4
Text Example
Text Example
White with #9AF1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF1E4; }
p { color: rgb(154,241,228); }
H1.HeaderClassName
{
color: #9AF1E4;
}
.AnyTagClassName
{
color: #9AF1E4;
}
</style>
background-color css
<style>
a { background-color: #9AF1E4; }
a { background-color: rgb(154,241,228); }
div.DivClassName
{
background-color: #9AF1E4;
}
.BgClassName
{
background-color: #9AF1E4;
}
</style>
border-color css
<style>
span { border-color: #9AF1E4; }
span { border-color: rgb(154,241,228); }
td.TdClassName
{
border-color: #9AF1E4;
}
.TagClassName
{
border-color: #9AF1E4;
}
</style>