#AEFBFF

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

Shades of Pale Turquoise #AEFBFF

Tints of Pale Turquoise #AEFBFF

Color information

#AEFBFF (or 0xAEFBFF) is unknown color: approx Pale Turquoise. HEX triplet: AE, FB and FF. RGB value is (174,251,255). Sum of RGB (Red+Green+Blue) = 174+251+255=680 (90% of max value = 765). Red value is 174 (68.36% from 255 or 25.59% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFBFF is #510400. Grayscale: #E4E4E4. Windows color (decimal): -5309441 or 16776110. OLE color: 16776110.

HSL color Cylindrical-coordinate representation of color #AEFBFF: hue angle of 182.96º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFBFF is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174251255-
CMYK0.320.0200
HSL182.96º100%84.12%-
HSV(B)182.96º31.76%100%-
XYZ7085.21107.37-
YUV228.43142.9989.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 25.59%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 255 (100% from 255) = 37.5%
R=25.59%
G=36.91%
B=37.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742512550.320.0200182.9610084.12
HexAEFBFF20200b76454
Octal25637337740200267144124
Binary10101110111110111111111110000010001011011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBFF; }

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

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

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

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

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

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

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

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