Html Css Color HEX #AEEBE8 Pale Turquoise

📋 copy color: '#AEEBE8'

red 174 ◦ green 235 ◦ blue 232

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

Shades of Pale Turquoise #AEEBE8

Tints of Pale Turquoise #AEEBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.66%

 BLUE value IS 232 (91.02% from 255) = 36.19%

R = 27.15%
G = 36.66%
B = 36.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#AEEBE8 (or 0xAEEBE8) is known color: Pale Turquoise. HEX triplet: AE, EB and E8. RGB value is (174,235,232). Sum of RGB (Red+Green+Blue) = 174+235+232=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBE8 is #511417. Grayscale: #D8D8D8. Windows color (decimal): -5313560 or 15264686. OLE color: 15264686.

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

Color convert

RGB 174 235 232 -
CMYK 0.26 0 0.01 0.08
HSL 177.05º 0.6% 0.8% -
HSV(B) 177.05º 0.26% 0.92% -
XYZ 61.73 74.24 87.42 -
YUV 216.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 174 235 232 0.26 0 0.01 0.08 177.05 0.6 0.8
Hex AE EB E8 1A 0 1 8 B1 3C 50
Octal 256 353 350 32 0 1 10 261 74 120
Binary 10101110 11101011 11101000 11010 0 1 1000 10110001 111100 1010000

Color Harmonies of #AEEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBE8

Black with #AEEBE8

Text Example


Text Example

White with #AEEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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