#AFEDF2

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

Shades of Pale Turquoise #AFEDF2

Tints of Pale Turquoise #AFEDF2

Color information

#AFEDF2 (or 0xAFEDF2) is unknown color: approx Pale Turquoise. HEX triplet: AF, ED and F2. RGB value is (175,237,242). Sum of RGB (Red+Green+Blue) = 175+237+242=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDF2 is #50120D. Grayscale: #DADADA. Windows color (decimal): -5247502 or 15920559. OLE color: 15920559.

HSL color Cylindrical-coordinate representation of color #AFEDF2: hue angle of 184.48º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEDF2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175237242-
CMYK0.280.0200.05
HSL184.48º72.04%81.76%-
HSV(B)184.48º27.69%94.9%-
XYZ63.9976.0995.32-
YUV219.03140.9696.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.76%
GREEN value IS 237 (92.97% from 255) = 36.24%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=26.76%
G=36.24%
B=37.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752372420.280.0200.05184.4872.0481.76
HexAFEDF21C205b84852
Octal25735536234205270110122
Binary101011111110110111110010111001001011011100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDF2; }

 p { color: rgb(175,237,242); }

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

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

 a { background-color: rgb(175,237,242); }

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

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

 span { border-color: rgb(175,237,242); }

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