#AFFBF3

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

Shades of Pale Turquoise #AFFBF3

Tints of Pale Turquoise #AFFBF3

Color information

#AFFBF3 (or 0xAFFBF3) is unknown color: approx Pale Turquoise. HEX triplet: AF, FB and F3. RGB value is (175,251,243). Sum of RGB (Red+Green+Blue) = 175+251+243=669 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.16% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBF3 is #50040C. Grayscale: #E3E3E3. Windows color (decimal): -5243917 or 15989679. OLE color: 15989679.

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

Color convert

RGB175251243-
CMYK0.3000.030.02
HSL173.68º90.48%83.53%-
HSV(B)173.68º30.28%98.43%-
XYZ68.3584.5897.52-
YUV227.36136.8290.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.16%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 243 (95.31% from 255) = 36.32%
R=26.16%
G=37.52%
B=36.32%

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
Decimal1752512430.3000.030.02173.6890.4883.53
HexAFFBF31E032ae5a54
Octal25737336336032256132124
Binary10101111111110111111001111110011101010111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBF3; }

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

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

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

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

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

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

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

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