#AFFEF5

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

Shades of Pale Turquoise #AFFEF5

Tints of Pale Turquoise #AFFEF5

Color information

#AFFEF5 (or 0xAFFEF5) is unknown color: approx Pale Turquoise. HEX triplet: AF, FE and F5. RGB value is (175,254,245). Sum of RGB (Red+Green+Blue) = 175+254+245=674 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.96% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEF5 is #50010A. Grayscale: #E5E5E5. Windows color (decimal): -5243147 or 16121519. OLE color: 16121519.

HSL color Cylindrical-coordinate representation of color #AFFEF5: hue angle of 173.16º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEF5 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB175254245-
CMYK0.3100.040.00
HSL173.16º97.53%84.12%-
HSV(B)173.16º31.1%99.61%-
XYZ69.686.5999.43-
YUV229.35136.8389.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.96%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 245 (96.09% from 255) = 36.35%
R=25.96%
G=37.69%
B=36.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542450.3100.040.00173.1697.5384.12
HexAFFEF51F040ad6254
Octal25737636537040255142124
Binary10101111111111101111010111111010001010110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEF5; }

 p { color: rgb(175,254,245); }

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

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

 a { background-color: rgb(175,254,245); }

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

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

 span { border-color: rgb(175,254,245); }

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