#9AFFEF

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

Shades of Pale Turquoise #9AFFEF

Tints of Pale Turquoise #9AFFEF

Color information

#9AFFEF (or 0x9AFFEF) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FF and EF. RGB value is (154,255,239). Sum of RGB (Red+Green+Blue) = 154+255+239=648 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.77% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFEF is #650010. Grayscale: #DEDEDE. Windows color (decimal): -6619153 or 15728538. OLE color: 15728538.

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

Color convert

RGB154255239-
CMYK0.4000.060
HSL170.5º100%80.2%-
HSV(B)170.5º39.61%100%-
XYZ64.6784.6294.59-
YUV222.98137.0478.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.77%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=23.77%
G=39.35%
B=36.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552390.4000.060170.510080.2
Hex9AFFEF28060aa6450
Octal23237735750060252144120
Binary100110101111111111101111101000011001010101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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