Html Css Color HEX #AEF0EC Pale Turquoise

📋 copy color: '#AEF0EC'

red 174 ◦ green 240 ◦ blue 236

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

Shades of Pale Turquoise #AEF0EC

Tints of Pale Turquoise #AEF0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.92%

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

R = 26.77%
G = 36.92%
B = 36.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#AEF0EC (or 0xAEF0EC) is known color: Pale Turquoise. HEX triplet: AE, F0 and EC. RGB value is (174,240,236). Sum of RGB (Red+Green+Blue) = 174+240+236=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF0EC is #510F13. Grayscale: #DBDBDB. Windows color (decimal): -5312276 or 15528110. OLE color: 15528110.

HSL color Cylindrical-coordinate representation of color #AEF0EC: hue angle of 176.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0EC is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 236 -
CMYK 0.28 0 0.02 0.06
HSL 176.36º 0.69% 0.81% -
HSV(B) 176.36º 0.28% 0.94% -
XYZ 63.76 77.37 90.93 -
YUV 219.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 174 240 236 0.28 0 0.02 0.06 176.36 0.69 0.81
Hex AE F0 EC 1C 0 2 6 B0 45 51
Octal 256 360 354 34 0 2 6 260 105 121
Binary 10101110 11110000 11101100 11100 0 10 110 10110000 1000101 1010001

Color Harmonies of #AEF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0EC

Black with #AEF0EC

Text Example


Text Example

White with #AEF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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