Html Css Color HEX #AEF1EC Pale Turquoise

📋 copy color: '#AEF1EC'

red 174 ◦ green 241 ◦ blue 236

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

Shades of Pale Turquoise #AEF1EC

Tints of Pale Turquoise #AEF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.02%

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

R = 26.73%
G = 37.02%
B = 36.25%

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

#AEF1EC (or 0xAEF1EC) is known color: Pale Turquoise. HEX triplet: AE, F1 and EC. RGB value is (174,241,236). Sum of RGB (Red+Green+Blue) = 174+241+236=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF1EC is #510E13. Grayscale: #DCDCDC. Windows color (decimal): -5312020 or 15528366. OLE color: 15528366.

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

Color convert

RGB 174 241 236 -
CMYK 0.28 0 0.02 0.05
HSL 175.52º 0.71% 0.81% -
HSV(B) 175.52º 0.28% 0.95% -
XYZ 64.05 77.97 91.03 -
YUV 220.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 174 241 236 0.28 0 0.02 0.05 175.52 0.71 0.81
Hex AE F1 EC 1C 0 2 5 B0 47 51
Octal 256 361 354 34 0 2 5 260 107 121
Binary 10101110 11110001 11101100 11100 0 10 101 10110000 1000111 1010001

Color Harmonies of #AEF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1EC

Black with #AEF1EC

Text Example


Text Example

White with #AEF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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