Html Css Color HEX #AEF6EC Pale Turquoise

📋 copy color: '#AEF6EC'

red 174 ◦ green 246 ◦ blue 236

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

Shades of Pale Turquoise #AEF6EC

Tints of Pale Turquoise #AEF6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.5%

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

R = 26.52%
G = 37.5%
B = 35.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#AEF6EC (or 0xAEF6EC) is known color: Pale Turquoise. HEX triplet: AE, F6 and EC. RGB value is (174,246,236). Sum of RGB (Red+Green+Blue) = 174+246+236=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF6EC is #510913. Grayscale: #DFDFDF. Windows color (decimal): -5310740 or 15529646. OLE color: 15529646.

HSL color Cylindrical-coordinate representation of color #AEF6EC: hue angle of 171.67º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF6EC is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 246 236 -
CMYK 0.29 0 0.04 0.04
HSL 171.67º 0.8% 0.82% -
HSV(B) 171.67º 0.29% 0.96% -
XYZ 65.55 80.97 91.53 -
YUV 223.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 174 246 236 0.29 0 0.04 0.04 171.67 0.8 0.82
Hex AE F6 EC 1D 0 4 4 AC 50 52
Octal 256 366 354 35 0 4 4 254 120 122
Binary 10101110 11110110 11101100 11101 0 100 100 10101100 1010000 1010010

Color Harmonies of #AEF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF6EC

Black with #AEF6EC

Text Example


Text Example

White with #AEF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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