#AFEFFB

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

Shades of Pale Turquoise #AFEFFB

Tints of Pale Turquoise #AFEFFB

Color information

#AFEFFB (or 0xAFEFFB) is unknown color: approx Pale Turquoise. HEX triplet: AF, EF and FB. RGB value is (175,239,251). Sum of RGB (Red+Green+Blue) = 175+239+251=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFFB is #501004. Grayscale: #DDDDDD. Windows color (decimal): -5246981 or 16510895. OLE color: 16510895.

HSL color Cylindrical-coordinate representation of color #AFEFFB: hue angle of 189.47º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEFFB is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175239251-
CMYK0.300.0500.02
HSL189.47º90.48%83.53%-
HSV(B)189.47º30.28%98.43%-
XYZ65.9677.81102.81-
YUV221.23144.895.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.32%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=26.32%
G=35.94%
B=37.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752392510.300.0500.02189.4790.4883.53
HexAFEFFB1E502bd5a54
Octal25735737336502275132124
Binary101011111110111111111011111101010101011110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFFB; }

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

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

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

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

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

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

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

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