Html Css Color HEX #AEE9EC Pale Turquoise

📋 copy color: '#AEE9EC'

red 174 ◦ green 233 ◦ blue 236

#AEE9EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #AEE9EC

Tints of Pale Turquoise #AEE9EC

RGB

 RED value IS 174 (68.36% from 255) = 27.06%

 GREEN value IS 233 (91.41% from 255) = 36.24%

 BLUE value IS 236 (92.58% from 255) = 36.7%

R = 27.06%
G = 36.24%
B = 36.7%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEE9EC (or 0xAEE9EC) is known color: Pale Turquoise. HEX triplet: AE, E9 and EC. RGB value is (174,233,236). Sum of RGB (Red+Green+Blue) = 174+233+236=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEE9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE9EC is #511613. Grayscale: #D7D7D7. Windows color (decimal): -5314068 or 15526318. OLE color: 15526318.

HSL color Cylindrical-coordinate representation of color #AEE9EC: hue angle of 182.9º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEE9EC is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 233 236 -
CMYK 0.26 0.01 0 0.07
HSL 182.9º 0.62% 0.8% -
HSV(B) 182.9º 0.26% 0.93% -
XYZ 61.73 73.33 90.26 -
YUV 215.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 174 233 236 0.26 0.01 0 0.07 182.9 0.62 0.8
Hex AE E9 EC 1A 1 0 7 B7 3E 50
Octal 256 351 354 32 1 0 7 267 76 120
Binary 10101110 11101001 11101100 11010 1 0 111 10110111 111110 1010000

Color Harmonies of #AEE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE9EC

Black with #AEE9EC

Text Example


Text Example

White with #AEE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE9EC; }

 p { color: rgb(174,233,236); }

 H1.HeaderClassName
 {
   color: #AEE9EC;
 }
 .AnyTagClassName
 {
   color: #AEE9EC;
 }
</style>

background-color css

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

 a { background-color: rgb(174,233,236); }

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

border-color css

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

 span { border-color: rgb(174,233,236); }

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