#AFFDED

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

Shades of Pale Turquoise #AFFDED

Tints of Pale Turquoise #AFFDED

Color information

#AFFDED (or 0xAFFDED) is unknown color: approx Pale Turquoise. HEX triplet: AF, FD and ED. RGB value is (175,253,237). Sum of RGB (Red+Green+Blue) = 175+253+237=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDED is #500212. Grayscale: #E3E3E3. Windows color (decimal): -5243411 or 15596975. OLE color: 15596975.

HSL color Cylindrical-coordinate representation of color #AFFDED: hue angle of 167.69º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDED is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB175253237-
CMYK0.3100.060.01
HSL167.69º95.12%83.92%-
HSV(B)167.69º30.83%99.22%-
XYZ68.0985.4893.03-
YUV227.85133.1690.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.32%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=26.32%
G=38.05%
B=35.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532370.3100.060.01167.6995.1283.92
HexAFFDED1F061a85f54
Octal25737535537061250137124
Binary10101111111111011110110111111011011010100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDED; }

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

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

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

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

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

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

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

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