Html Css Color HEX #AEF0E9 Pale Turquoise

📋 copy color: '#AEF0E9'

red 174 ◦ green 240 ◦ blue 233

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

Shades of Pale Turquoise #AEF0E9

Tints of Pale Turquoise #AEF0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.01%

R = 26.89%
G = 37.09%
B = 36.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#AEF0E9 (or 0xAEF0E9) is known color: Pale Turquoise. HEX triplet: AE, F0 and E9. RGB value is (174,240,233). Sum of RGB (Red+Green+Blue) = 174+240+233=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF0E9 is #510F16. Grayscale: #DBDBDB. Windows color (decimal): -5312279 or 15331502. OLE color: 15331502.

HSL color Cylindrical-coordinate representation of color #AEF0E9: hue angle of 173.64º 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 #AEF0E9 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 233 -
CMYK 0.28 0 0.03 0.06
HSL 173.64º 0.69% 0.81% -
HSV(B) 173.64º 0.28% 0.94% -
XYZ 63.32 77.2 88.65 -
YUV 219.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 174 240 233 0.28 0 0.03 0.06 173.64 0.69 0.81
Hex AE F0 E9 1C 0 3 6 AE 45 51
Octal 256 360 351 34 0 3 6 256 105 121
Binary 10101110 11110000 11101001 11100 0 11 110 10101110 1000101 1010001

Color Harmonies of #AEF0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0E9

Black with #AEF0E9

Text Example


Text Example

White with #AEF0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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