Html Css Color HEX #AEF7EC Pale Turquoise

📋 copy color: '#AEF7EC'

red 174 ◦ green 247 ◦ blue 236

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

Shades of Pale Turquoise #AEF7EC

Tints of Pale Turquoise #AEF7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.6%

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

R = 26.48%
G = 37.6%
B = 35.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#AEF7EC (or 0xAEF7EC) is known color: Pale Turquoise. HEX triplet: AE, F7 and EC. RGB value is (174,247,236). Sum of RGB (Red+Green+Blue) = 174+247+236=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF7EC is #510813. Grayscale: #DFDFDF. Windows color (decimal): -5310484 or 15529902. OLE color: 15529902.

HSL color Cylindrical-coordinate representation of color #AEF7EC: hue angle of 170.96º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7EC is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 247 236 -
CMYK 0.30 0 0.04 0.03
HSL 170.96º 0.82% 0.83% -
HSV(B) 170.96º 0.3% 0.97% -
XYZ 65.86 81.58 91.63 -
YUV 223.92 134.82 92.39 -
System Red Green Blue C M Y K H S L
Decimal 174 247 236 0.30 0 0.04 0.03 170.96 0.82 0.83
Hex AE F7 EC 1E 0 4 3 AB 52 53
Octal 256 367 354 36 0 4 3 253 122 123
Binary 10101110 11110111 11101100 11110 0 100 11 10101011 1010010 1010011

Color Harmonies of #AEF7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF7EC

Black with #AEF7EC

Text Example


Text Example

White with #AEF7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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