#AFFFF3

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

Shades of Pale Turquoise #AFFFF3

Tints of Pale Turquoise #AFFFF3

Color information

#AFFFF3 (or 0xAFFFF3) is unknown color: approx Pale Turquoise. HEX triplet: AF, FF and F3. RGB value is (175,255,243). Sum of RGB (Red+Green+Blue) = 175+255+243=673 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.00% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF3 is #50000C. Grayscale: #E5E5E5. Windows color (decimal): -5242893 or 15990703. OLE color: 15990703.

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

Color convert

RGB175255243-
CMYK0.3100.050
HSL171º100%84.31%-
HSV(B)171º31.37%100%-
XYZ69.6287.1197.94-
YUV229.71135.588.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.00%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 243 (95.31% from 255) = 36.11%
R=26.00%
G=37.89%
B=36.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552430.3100.05017110084.31
HexAFFFF31F050ab6454
Octal25737736337050253144124
Binary10101111111111111111001111111010101010101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFF3; }

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

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

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

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

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

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

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

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