#AFEBF5

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

Shades of Pale Turquoise #AFEBF5

Tints of Pale Turquoise #AFEBF5

Color information

#AFEBF5 (or 0xAFEBF5) is unknown color: approx Pale Turquoise. HEX triplet: AF, EB and F5. RGB value is (175,235,245). Sum of RGB (Red+Green+Blue) = 175+235+245=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFEBF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBF5 is #50140A. Grayscale: #DADADA. Windows color (decimal): -5248011 or 16116655. OLE color: 16116655.

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

Color convert

RGB175235245-
CMYK0.290.0400.04
HSL188.57º77.78%82.35%-
HSV(B)188.57º28.57%96.08%-
XYZ63.8775.1297.52-
YUV218.2143.1297.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.72%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 245 (96.09% from 255) = 37.40%
R=26.72%
G=35.88%
B=37.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752352450.290.0400.04188.5777.7882.35
HexAFEBF51D404bd4e52
Octal25735336535404275116122
Binary1010111111101011111101011110110001001011110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBF5; }

 p { color: rgb(175,235,245); }

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

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

 a { background-color: rgb(175,235,245); }

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

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

 span { border-color: rgb(175,235,245); }

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