#9AFBEA

Color #9AFBEA Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #9AFBEA

Tints of Pale Turquoise #9AFBEA

Color information

#9AFBEA (or 0x9AFBEA) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FB and EA. RGB value is (154,251,234). Sum of RGB (Red+Green+Blue) = 154+251+234=639 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.10% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBEA is #650415. Grayscale: #DCDCDC. Windows color (decimal): -6620182 or 15399834. OLE color: 15399834.

HSL color Cylindrical-coordinate representation of color #9AFBEA: hue angle of 169.48º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFBEA is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB154251234-
CMYK0.3900.070.02
HSL169.48º92.38%79.41%-
HSV(B)169.48º38.65%98.43%-
XYZ62.6781.890.33-
YUV220.06135.8680.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 24.10%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=24.10%
G=39.28%
B=36.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512340.3900.070.02169.4892.3879.41
Hex9AFBEA27072a95c4f
Octal23237335247072251134117
Binary1001101011111011111010101001110111101010100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFBEA; }

 p { color: rgb(154,251,234); }

 H1.HeaderClassName
 {
   color: #9AFBEA;
 }
 .AnyTagClassName
 {
   color: #9AFBEA;
 }
</style>
background-color css

<style>
 a { background-color: #9AFBEA; }

 a { background-color: rgb(154,251,234); }

 div.DivClassName
 {
   background-color: #9AFBEA;
 }
 .BgClassName
 {
   background-color: #9AFBEA;
 }
</style>
border-color css

<style>
 span { border-color: #9AFBEA; }

 span { border-color: rgb(154,251,234); }

 td.TdClassName
 {
   border-color: #9AFBEA;
 }
 .TagClassName
 {
   border-color: #9AFBEA;
 }
</style>