#AFFCED

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

Shades of Pale Turquoise #AFFCED

Tints of Pale Turquoise #AFFCED

Color information

#AFFCED (or 0xAFFCED) is unknown color: approx Pale Turquoise. HEX triplet: AF, FC and ED. RGB value is (175,252,237). Sum of RGB (Red+Green+Blue) = 175+252+237=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFCED is #500312. Grayscale: #E3E3E3. Windows color (decimal): -5243667 or 15596719. OLE color: 15596719.

HSL color Cylindrical-coordinate representation of color #AFFCED: hue angle of 168.31º degrees, saturation: 0.93, 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 #AFFCED is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB175252237-
CMYK0.3100.060.01
HSL168.31º92.77%83.73%-
HSV(B)168.31º30.56%98.82%-
XYZ67.7884.8592.93-
YUV227.27133.4990.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.36%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=26.36%
G=37.95%
B=35.69%

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
Decimal1752522370.3100.060.01168.3192.7783.73
HexAFFCED1F061a85d54
Octal25737435537061250135124
Binary10101111111111001110110111111011011010100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCED; }

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

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

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

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

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

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

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

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