Html Css Color HEX #AEF9EC Pale Turquoise

📋 copy color: '#AEF9EC'

red 174 ◦ green 249 ◦ blue 236

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

Shades of Pale Turquoise #AEF9EC

Tints of Pale Turquoise #AEF9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.78%

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

R = 26.4%
G = 37.78%
B = 35.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#AEF9EC (or 0xAEF9EC) is known color: Pale Turquoise. HEX triplet: AE, F9 and EC. RGB value is (174,249,236). Sum of RGB (Red+Green+Blue) = 174+249+236=659 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.40% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9EC is #510613. Grayscale: #E1E1E1. Windows color (decimal): -5309972 or 15530414. OLE color: 15530414.

HSL color Cylindrical-coordinate representation of color #AEF9EC: hue angle of 169.6º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9EC is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 236 -
CMYK 0.30 0 0.05 0.02
HSL 169.6º 0.86% 0.83% -
HSV(B) 169.6º 0.3% 0.98% -
XYZ 66.47 82.81 91.84 -
YUV 225.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 174 249 236 0.30 0 0.05 0.02 169.6 0.86 0.83
Hex AE F9 EC 1E 0 5 2 AA 56 53
Octal 256 371 354 36 0 5 2 252 126 123
Binary 10101110 11111001 11101100 11110 0 101 10 10101010 1010110 1010011

Color Harmonies of #AEF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9EC

Black with #AEF9EC

Text Example


Text Example

White with #AEF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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