Html Css Color HEX #AEF2EC Pale Turquoise

📋 copy color: '#AEF2EC'

red 174 ◦ green 242 ◦ blue 236

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

Shades of Pale Turquoise #AEF2EC

Tints of Pale Turquoise #AEF2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.12%

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

R = 26.69%
G = 37.12%
B = 36.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#AEF2EC (or 0xAEF2EC) is known color: Pale Turquoise. HEX triplet: AE, F2 and EC. RGB value is (174,242,236). Sum of RGB (Red+Green+Blue) = 174+242+236=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2EC is #510D13. Grayscale: #DCDCDC. Windows color (decimal): -5311764 or 15528622. OLE color: 15528622.

HSL color Cylindrical-coordinate representation of color #AEF2EC: hue angle of 174.71º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2EC is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 236 -
CMYK 0.28 0 0.02 0.05
HSL 174.71º 0.72% 0.82% -
HSV(B) 174.71º 0.28% 0.95% -
XYZ 64.35 78.56 91.13 -
YUV 220.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 174 242 236 0.28 0 0.02 0.05 174.71 0.72 0.82
Hex AE F2 EC 1C 0 2 5 AF 48 52
Octal 256 362 354 34 0 2 5 257 110 122
Binary 10101110 11110010 11101100 11100 0 10 101 10101111 1001000 1010010

Color Harmonies of #AEF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2EC

Black with #AEF2EC

Text Example


Text Example

White with #AEF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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