#afe9f3

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

Shades of Pale Turquoise #AFE9F3

Tints of Pale Turquoise #AFE9F3

Color information

#AFE9F3 (or 0xAFE9F3) is unknown color: approx Pale Turquoise. HEX triplet: AF, E9 and F3. RGB value is (175,233,243). Sum of RGB (Red+Green+Blue) = 175+233+243=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFE9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9F3 is #50160C. Grayscale: #D8D8D8. Windows color (decimal): -5248525 or 15985071. OLE color: 15985071.

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

Color convert

RGB175233243-
CMYK0.280.0400.05
HSL188.82º73.91%81.96%-
HSV(B)188.82º27.98%95.29%-
XYZ6373.8695.73-
YUV216.8142.7898.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 233 (91.41% from 255) = 35.79%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=26.88%
G=35.79%
B=37.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752332430.280.0400.05188.8273.9181.96
HexAFE9F31C405bd4a52
Octal25735136334405275112122
Binary1010111111101001111100111110010001011011110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe9f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe9f3; }

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

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

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

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

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

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

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

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