#AFEBF7

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

Shades of Pale Turquoise #AFEBF7

Tints of Pale Turquoise #AFEBF7

Color information

#AFEBF7 (or 0xAFEBF7) is unknown color: approx Pale Turquoise. HEX triplet: AF, EB and F7. RGB value is (175,235,247). Sum of RGB (Red+Green+Blue) = 175+235+247=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFEBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBF7 is #501408. Grayscale: #DADADA. Windows color (decimal): -5248009 or 16247727. OLE color: 16247727.

HSL color Cylindrical-coordinate representation of color #AFEBF7: hue angle of 190º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFEBF7 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175235247-
CMYK0.290.0500.03
HSL190º81.82%82.75%-
HSV(B)190º29.15%96.86%-
XYZ64.1875.2599.14-
YUV218.43144.1297.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=26.64%
G=35.77%
B=37.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752352470.290.0500.0319081.8282.75
HexAFEBF71D503be5253
Octal25735336735503276122123
Binary101011111110101111110111111011010111011111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBF7; }

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

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

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

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

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

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

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

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