#9AF3EA

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

Shades of Pale Turquoise #9AF3EA

Tints of Pale Turquoise #9AF3EA

Color information

#9AF3EA (or 0x9AF3EA) is unknown color: approx Pale Turquoise. HEX triplet: 9A, F3 and EA. RGB value is (154,243,234). Sum of RGB (Red+Green+Blue) = 154+243+234=631 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.41% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF3EA is #650C15. Grayscale: #D7D7D7. Windows color (decimal): -6622230 or 15397786. OLE color: 15397786.

HSL color Cylindrical-coordinate representation of color #9AF3EA: hue angle of 173.93º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF3EA is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB154243234-
CMYK0.3700.040.05
HSL173.93º78.76%77.84%-
HSV(B)173.93º36.63%95.29%-
XYZ60.2376.9189.51-
YUV215.36138.5184.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.41%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=24.41%
G=38.51%
B=37.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542432340.3700.040.05173.9378.7677.84
Hex9AF3EA25045ae4f4e
Octal23236335245045256117116
Binary10011010111100111110101010010101001011010111010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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