#AFEDE6

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

Shades of Pale Turquoise #AFEDE6

Tints of Pale Turquoise #AFEDE6

Color information

#AFEDE6 (or 0xAFEDE6) is unknown color: approx Pale Turquoise. HEX triplet: AF, ED and E6. RGB value is (175,237,230). Sum of RGB (Red+Green+Blue) = 175+237+230=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDE6 is #501219. Grayscale: #D9D9D9. Windows color (decimal): -5247514 or 15134127. OLE color: 15134127.

HSL color Cylindrical-coordinate representation of color #AFEDE6: hue angle of 173.23º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDE6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB175237230-
CMYK0.2600.030.07
HSL173.23º63.27%80.78%-
HSV(B)173.23º26.16%92.94%-
XYZ62.2575.486.13-
YUV217.66134.9697.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 230 (90.23% from 255) = 35.83%
R=27.26%
G=36.92%
B=35.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752372300.2600.030.07173.2363.2780.78
HexAFEDE61A037ad3f51
Octal2573553463203725577121
Binary10101111111011011110011011010011111101011011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDE6; }

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

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

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

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

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

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

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

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