#AFFBF4

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

Shades of Pale Turquoise #AFFBF4

Tints of Pale Turquoise #AFFBF4

Color information

#AFFBF4 (or 0xAFFBF4) is unknown color: approx Pale Turquoise. HEX triplet: AF, FB and F4. RGB value is (175,251,244). Sum of RGB (Red+Green+Blue) = 175+251+244=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBF4 is #50040B. Grayscale: #E3E3E3. Windows color (decimal): -5243916 or 16055215. OLE color: 16055215.

HSL color Cylindrical-coordinate representation of color #AFFBF4: hue angle of 174.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 #AFFBF4 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB175251244-
CMYK0.3000.030.02
HSL174.47º90.48%83.53%-
HSV(B)174.47º30.28%98.43%-
XYZ68.5184.6498.31-
YUV227.48137.3290.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.12%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 244 (95.70% from 255) = 36.42%
R=26.12%
G=37.46%
B=36.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512440.3000.030.02174.4790.4883.53
HexAFFBF41E032ae5a54
Octal25737336436032256132124
Binary10101111111110111111010011110011101010111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBF4; }

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

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

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

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

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

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

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

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