Html Css Color HEX #AEECE8 Pale Turquoise

📋 copy color: '#AEECE8'

red 174 ◦ green 236 ◦ blue 232

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

Shades of Pale Turquoise #AEECE8

Tints of Pale Turquoise #AEECE8

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 174 236 232 -
CMYK 0.26 0 0.02 0.07
HSL 176.13º 0.62% 0.8% -
HSV(B) 176.13º 0.26% 0.93% -
XYZ 62.02 74.82 87.52 -
YUV 217.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 174 236 232 0.26 0 0.02 0.07 176.13 0.62 0.8
Hex AE EC E8 1A 0 2 7 B0 3E 50
Octal 256 354 350 32 0 2 7 260 76 120
Binary 10101110 11101100 11101000 11010 0 10 111 10110000 111110 1010000

Color Harmonies of #AEECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECE8

Black with #AEECE8

Text Example


Text Example

White with #AEECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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