#AEFBF3

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

Shades of Pale Turquoise #AEFBF3

Tints of Pale Turquoise #AEFBF3

Color information

#AEFBF3 (or 0xAEFBF3) is unknown color: approx Pale Turquoise. HEX triplet: AE, FB and F3. RGB value is (174,251,243). Sum of RGB (Red+Green+Blue) = 174+251+243=668 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.05% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFBF3 is #51040C. Grayscale: #E3E3E3. Windows color (decimal): -5309453 or 15989678. OLE color: 15989678.

HSL color Cylindrical-coordinate representation of color #AEFBF3: hue angle of 173.77º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBF3 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB174251243-
CMYK0.3100.030.02
HSL173.77º90.59%83.33%-
HSV(B)173.77º30.68%98.43%-
XYZ68.1384.4697.51-
YUV227.06136.9990.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.05%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=26.05%
G=37.57%
B=36.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742512430.3100.030.02173.7790.5983.33
HexAEFBF31F032ae5b53
Octal25637336337032256133123
Binary10101110111110111111001111111011101010111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBF3; }

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

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

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

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

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

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

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

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