#AFEFF9

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

Shades of Pale Turquoise #AFEFF9

Tints of Pale Turquoise #AFEFF9

Color information

#AFEFF9 (or 0xAFEFF9) is unknown color: approx Pale Turquoise. HEX triplet: AF, EF and F9. RGB value is (175,239,249). Sum of RGB (Red+Green+Blue) = 175+239+249=663 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.40% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFEFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFF9 is #501006. Grayscale: #DCDCDC. Windows color (decimal): -5246983 or 16379823. OLE color: 16379823.

HSL color Cylindrical-coordinate representation of color #AFEFF9: hue angle of 188.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEFF9 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175239249-
CMYK0.300.0400.02
HSL188.11º86.05%83.14%-
HSV(B)188.11º29.72%97.65%-
XYZ65.6477.69101.16-
YUV221143.895.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.40%
GREEN value IS 239 (93.75% from 255) = 36.05%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=26.40%
G=36.05%
B=37.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752392490.300.0400.02188.1186.0583.14
HexAFEFF91E402bc5653
Octal25735737136402274126123
Binary101011111110111111111001111101000101011110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFF9; }

 p { color: rgb(175,239,249); }

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

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

 a { background-color: rgb(175,239,249); }

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

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

 span { border-color: rgb(175,239,249); }

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