Html Css Color HEX #AEE9E5 Pale Turquoise

📋 copy color: '#AEE9E5'

red 174 ◦ green 233 ◦ blue 229

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

Shades of Pale Turquoise #AEE9E5

Tints of Pale Turquoise #AEE9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.01%

R = 27.36%
G = 36.64%
B = 36.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#AEE9E5 (or 0xAEE9E5) is known color: Pale Turquoise. HEX triplet: AE, E9 and E5. RGB value is (174,233,229). Sum of RGB (Red+Green+Blue) = 174+233+229=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE9E5 is #51161A. Grayscale: #D6D6D6. Windows color (decimal): -5314075 or 15067566. OLE color: 15067566.

HSL color Cylindrical-coordinate representation of color #AEE9E5: hue angle of 175.93º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE9E5 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 233 229 -
CMYK 0.25 0 0.02 0.09
HSL 175.93º 0.57% 0.8% -
HSV(B) 175.93º 0.25% 0.91% -
XYZ 60.74 72.93 85.01 -
YUV 214.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 174 233 229 0.25 0 0.02 0.09 175.93 0.57 0.8
Hex AE E9 E5 19 0 2 9 B0 39 50
Octal 256 351 345 31 0 2 11 260 71 120
Binary 10101110 11101001 11100101 11001 0 10 1001 10110000 111001 1010000

Color Harmonies of #AEE9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE9E5

Black with #AEE9E5

Text Example


Text Example

White with #AEE9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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