#AFF5F4

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

Shades of Pale Turquoise #AFF5F4

Tints of Pale Turquoise #AFF5F4

Color information

#AFF5F4 (or 0xAFF5F4) is unknown color: approx Pale Turquoise. HEX triplet: AF, F5 and F4. RGB value is (175,245,244). Sum of RGB (Red+Green+Blue) = 175+245+244=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5F4 is #500A0B. Grayscale: #DFDFDF. Windows color (decimal): -5245452 or 16053679. OLE color: 16053679.

HSL color Cylindrical-coordinate representation of color #AFF5F4: hue angle of 179.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5F4 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB175245244-
CMYK0.2900.000.04
HSL179.14º77.78%82.35%-
HSV(B)179.14º28.57%96.08%-
XYZ66.6680.9597.7-
YUV223.96139.3193.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.36%
GREEN value IS 245 (96.09% from 255) = 36.90%
BLUE value IS 244 (95.70% from 255) = 36.75%
R=26.36%
G=36.90%
B=36.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752452440.2900.000.04179.1477.7882.35
HexAFF5F41D004b34e52
Octal25736536435004263116122
Binary10101111111101011111010011101001001011001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5F4; }

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

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

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

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

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

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

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

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