#9AF3E6

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

Shades of Pale Turquoise #9AF3E6

Tints of Pale Turquoise #9AF3E6

Color information

#9AF3E6 (or 0x9AF3E6) is unknown color: approx Pale Turquoise. HEX triplet: 9A, F3 and E6. RGB value is (154,243,230). Sum of RGB (Red+Green+Blue) = 154+243+230=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF3E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF3E6 is #650C19. Grayscale: #D6D6D6. Windows color (decimal): -6622234 or 15135642. OLE color: 15135642.

HSL color Cylindrical-coordinate representation of color #9AF3E6: hue angle of 171.24º 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 #9AF3E6 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB154243230-
CMYK0.3700.050.05
HSL171.24º78.76%77.84%-
HSV(B)171.24º36.63%95.29%-
XYZ59.6676.6886.52-
YUV214.91136.5184.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.56%
GREEN value IS 243 (95.31% from 255) = 38.76%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=24.56%
G=38.76%
B=36.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542432300.3700.050.05171.2478.7677.84
Hex9AF3E625055ab4f4e
Octal23236334645055253117116
Binary10011010111100111110011010010101011011010101110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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