#AFF1F3

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

Shades of Pale Turquoise #AFF1F3

Tints of Pale Turquoise #AFF1F3

Color information

#AFF1F3 (or 0xAFF1F3) is unknown color: approx Pale Turquoise. HEX triplet: AF, F1 and F3. RGB value is (175,241,243). Sum of RGB (Red+Green+Blue) = 175+241+243=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFF1F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1F3 is #500E0C. Grayscale: #DDDDDD. Windows color (decimal): -5246477 or 15987119. OLE color: 15987119.

HSL color Cylindrical-coordinate representation of color #AFF1F3: hue angle of 181.76º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF1F3 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175241243-
CMYK0.280.0100.05
HSL181.76º73.91%81.96%-
HSV(B)181.76º27.98%95.29%-
XYZ65.3178.596.5-
YUV221.49140.1394.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.56%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=26.56%
G=36.57%
B=36.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412430.280.0100.05181.7673.9181.96
HexAFF1F31C105b64a52
Octal25736136334105266112122
Binary10101111111100011111001111100101011011011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1F3; }

 p { color: rgb(175,241,243); }

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

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

 a { background-color: rgb(175,241,243); }

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

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

 span { border-color: rgb(175,241,243); }

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