#AFEFF3

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

Shades of Pale Turquoise #AFEFF3

Tints of Pale Turquoise #AFEFF3

Color information

#AFEFF3 (or 0xAFEFF3) is unknown color: approx Pale Turquoise. HEX triplet: AF, EF and F3. RGB value is (175,239,243). Sum of RGB (Red+Green+Blue) = 175+239+243=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFEFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFF3 is #50100C. Grayscale: #DCDCDC. Windows color (decimal): -5246989 or 15986607. OLE color: 15986607.

HSL color Cylindrical-coordinate representation of color #AFEFF3: hue angle of 183.53º 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 #AFEFF3 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175239243-
CMYK0.280.0200.05
HSL183.53º73.91%81.96%-
HSV(B)183.53º27.98%95.29%-
XYZ64.7277.3296.31-
YUV220.32140.895.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=26.64%
G=36.38%
B=36.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752392430.280.0200.05183.5373.9181.96
HexAFEFF31C205b84a52
Octal25735736334205270112122
Binary101011111110111111110011111001001011011100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFF3; }

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

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

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

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

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

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

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

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