#AFF4F6

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

Shades of Pale Turquoise #AFF4F6

Tints of Pale Turquoise #AFF4F6

Color information

#AFF4F6 (or 0xAFF4F6) is unknown color: approx Pale Turquoise. HEX triplet: AF, F4 and F6. RGB value is (175,244,246). Sum of RGB (Red+Green+Blue) = 175+244+246=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFF4F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4F6 is #500B09. Grayscale: #DFDFDF. Windows color (decimal): -5245706 or 16184495. OLE color: 16184495.

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

Color convert

RGB175244246-
CMYK0.290.0100.04
HSL181.69º79.78%82.55%-
HSV(B)181.69º28.86%96.47%-
XYZ66.6680.4799.21-
YUV223.6140.6493.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.32%
GREEN value IS 244 (95.70% from 255) = 36.69%
BLUE value IS 246 (96.48% from 255) = 36.99%
R=26.32%
G=36.69%
B=36.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752442460.290.0100.04181.6979.7882.55
HexAFF4F61D104b65053
Octal25736436635104266120123
Binary10101111111101001111011011101101001011011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4F6; }

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

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

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

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

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

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

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

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