Html Css Color HEX #AEECEC Pale Turquoise

📋 copy color: '#AEECEC'

red 174 ◦ green 236 ◦ blue 236

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

Shades of Pale Turquoise #AEECEC

Tints of Pale Turquoise #AEECEC

RGB

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

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

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

R = 26.93%
G = 36.53%
B = 36.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEECEC (or 0xAEECEC) is known color: Pale Turquoise. HEX triplet: AE, EC and EC. RGB value is (174,236,236). Sum of RGB (Red+Green+Blue) = 174+236+236=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #AEECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECEC is #511313. Grayscale: #D9D9D9. Windows color (decimal): -5313300 or 15527086. OLE color: 15527086.

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

Color convert

RGB 174 236 236 -
CMYK 0.26 0 0 0.07
HSL 180º 0.62% 0.8% -
HSV(B) 180º 0.26% 0.93% -
XYZ 62.59 75.05 90.54 -
YUV 217.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 174 236 236 0.26 0 0 0.07 180 0.62 0.8
Hex AE EC EC 1A 0 0 7 B4 3E 50
Octal 256 354 354 32 0 0 7 264 76 120
Binary 10101110 11101100 11101100 11010 0 0 111 10110100 111110 1010000

Color Harmonies of #AEECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECEC

Black with #AEECEC

Text Example


Text Example

White with #AEECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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