Html Css Color HEX #AEE8EC Pale Turquoise

📋 copy color: '#AEE8EC'

red 174 ◦ green 232 ◦ blue 236

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

Shades of Pale Turquoise #AEE8EC

Tints of Pale Turquoise #AEE8EC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.14%

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

R = 27.1%
G = 36.14%
B = 36.76%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEE8EC (or 0xAEE8EC) is known color: Pale Turquoise. HEX triplet: AE, E8 and EC. RGB value is (174,232,236). Sum of RGB (Red+Green+Blue) = 174+232+236=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEE8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8EC is #511713. Grayscale: #D7D7D7. Windows color (decimal): -5314324 or 15526062. OLE color: 15526062.

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

Color convert

RGB 174 232 236 -
CMYK 0.26 0.02 0 0.07
HSL 183.87º 0.62% 0.8% -
HSV(B) 183.87º 0.26% 0.93% -
XYZ 61.45 72.77 90.16 -
YUV 215.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 174 232 236 0.26 0.02 0 0.07 183.87 0.62 0.8
Hex AE E8 EC 1A 2 0 7 B8 3E 50
Octal 256 350 354 32 2 0 7 270 76 120
Binary 10101110 11101000 11101100 11010 10 0 111 10111000 111110 1010000

Color Harmonies of #AEE8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8EC

Black with #AEE8EC

Text Example


Text Example

White with #AEE8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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