#9AFCE7

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

Shades of Pale Turquoise #9AFCE7

Tints of Pale Turquoise #9AFCE7

Color information

#9AFCE7 (or 0x9AFCE7) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FC and E7. RGB value is (154,252,231). Sum of RGB (Red+Green+Blue) = 154+252+231=637 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.18% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFCE7 is #650318. Grayscale: #DCDCDC. Windows color (decimal): -6619929 or 15203482. OLE color: 15203482.

HSL color Cylindrical-coordinate representation of color #9AFCE7: hue angle of 167.14º 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 #9AFCE7 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB154252231-
CMYK0.3900.080.01
HSL167.14º94.23%79.61%-
HSV(B)167.14º38.89%98.82%-
XYZ62.5682.2688.18-
YUV220.3134.0380.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.18%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=24.18%
G=39.56%
B=36.26%

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
Decimal1542522310.3900.080.01167.1494.2379.61
Hex9AFCE727081a75e50
Octal232374347470101247136120
Binary1001101011111100111001111001110100011010011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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