#AFF9EF

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

Shades of Pale Turquoise #AFF9EF

Tints of Pale Turquoise #AFF9EF

Color information

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

HSL color Cylindrical-coordinate representation of color #AFF9EF: hue angle of 171.89º 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 #AFF9EF is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB175249239-
CMYK0.3000.040.02
HSL171.89º86.05%83.14%-
HSV(B)171.89º29.72%97.65%-
XYZ67.1383.194.16-
YUV225.73135.4891.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492390.3000.040.02171.8986.0583.14
HexAFF9EF1E042ac5653
Octal25737135736042254126123
Binary101011111111100111101111111100100101010110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9EF; }

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

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

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

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

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

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

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

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