#9AFCE8

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

Shades of Pale Turquoise #9AFCE8

Tints of Pale Turquoise #9AFCE8

Color information

#9AFCE8 (or 0x9AFCE8) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FC and E8. RGB value is (154,252,232). Sum of RGB (Red+Green+Blue) = 154+252+232=638 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.14% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFCE8 is #650317. Grayscale: #DCDCDC. Windows color (decimal): -6619928 or 15269018. OLE color: 15269018.

HSL color Cylindrical-coordinate representation of color #9AFCE8: hue angle of 167.76º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCE8 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB154252232-
CMYK0.3900.080.01
HSL167.76º94.23%79.61%-
HSV(B)167.76º38.89%98.82%-
XYZ62.782.3288.93-
YUV220.42134.5380.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.14%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 232 (91.02% from 255) = 36.36%
R=24.14%
G=39.50%
B=36.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542522320.3900.080.01167.7694.2379.61
Hex9AFCE827081a85e50
Octal232374350470101250136120
Binary1001101011111100111010001001110100011010100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,252,232); }

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

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

 a { background-color: rgb(154,252,232); }

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

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

 span { border-color: rgb(154,252,232); }

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