#AFEFF0

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

Shades of Pale Turquoise #AFEFF0

Tints of Pale Turquoise #AFEFF0

Color information

#AFEFF0 (or 0xAFEFF0) is unknown color: approx Pale Turquoise. HEX triplet: AF, EF and F0. RGB value is (175,239,240). Sum of RGB (Red+Green+Blue) = 175+239+240=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFEFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFF0 is #50100F. Grayscale: #DBDBDB. Windows color (decimal): -5246992 or 15789999. OLE color: 15789999.

HSL color Cylindrical-coordinate representation of color #AFEFF0: hue angle of 180.92º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFF0 is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175239240-
CMYK0.270.0000.06
HSL180.92º68.42%81.37%-
HSV(B)180.92º27.08%94.12%-
XYZ64.2777.1493.94-
YUV219.98139.395.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.76%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=26.76%
G=36.54%
B=36.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752392400.270.0000.06180.9268.4281.37
HexAFEFF01B006b54451
Octal25735736033006265104121
Binary10101111111011111111000011011001101011010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFF0; }

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

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

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

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

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

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

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

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