#9AFFF0

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

Shades of Pale Turquoise #9AFFF0

Tints of Pale Turquoise #9AFFF0

Color information

#9AFFF0 (or 0x9AFFF0) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FF and F0. RGB value is (154,255,240). Sum of RGB (Red+Green+Blue) = 154+255+240=649 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.73% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFF0 is #65000F. Grayscale: #DFDFDF. Windows color (decimal): -6619152 or 15794074. OLE color: 15794074.

HSL color Cylindrical-coordinate representation of color #9AFFF0: hue angle of 171.09º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFF0 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB154255240-
CMYK0.4000.060
HSL171.09º100%80.2%-
HSV(B)171.09º39.61%100%-
XYZ64.8184.6895.37-
YUV223.09137.5478.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.73%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=23.73%
G=39.29%
B=36.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552400.4000.060171.0910080.2
Hex9AFFF028060ab6450
Octal23237736050060253144120
Binary100110101111111111110000101000011001010101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,255,240); }

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

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

 a { background-color: rgb(154,255,240); }

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

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

 span { border-color: rgb(154,255,240); }

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