#AFEBED

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

Shades of Pale Turquoise #AFEBED

Tints of Pale Turquoise #AFEBED

Color information

#AFEBED (or 0xAFEBED) is unknown color: approx Pale Turquoise. HEX triplet: AF, EB and ED. RGB value is (175,235,237). Sum of RGB (Red+Green+Blue) = 175+235+237=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBED is #501412. Grayscale: #D9D9D9. Windows color (decimal): -5248019 or 15592367. OLE color: 15592367.

HSL color Cylindrical-coordinate representation of color #AFEBED: hue angle of 181.94º 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 #AFEBED is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175235237-
CMYK0.260.0100.07
HSL181.94º63.27%80.78%-
HSV(B)181.94º26.16%92.94%-
XYZ62.6774.6591.23-
YUV217.29139.1297.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 237 (92.97% from 255) = 36.63%
R=27.05%
G=36.32%
B=36.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752352370.260.0100.07181.9463.2780.78
HexAFEBED1A107b63f51
Octal2573533553210726677121
Binary1010111111101011111011011101010111101101101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBED; }

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

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

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

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

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

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

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

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