Html Css Color HEX #AEEEEC Pale Turquoise

📋 copy color: '#AEEEEC'

red 174 ◦ green 238 ◦ blue 236

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

Shades of Pale Turquoise #AEEEEC

Tints of Pale Turquoise #AEEEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.73%

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

R = 26.85%
G = 36.73%
B = 36.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#AEEEEC (or 0xAEEEEC) is known color: Pale Turquoise. HEX triplet: AE, EE and EC. RGB value is (174,238,236). Sum of RGB (Red+Green+Blue) = 174+238+236=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEEC is #511113. Grayscale: #DADADA. Windows color (decimal): -5312788 or 15527598. OLE color: 15527598.

HSL color Cylindrical-coordinate representation of color #AEEEEC: hue angle of 178.12º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEEC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 238 236 -
CMYK 0.27 0 0.01 0.07
HSL 178.13º 0.65% 0.81% -
HSV(B) 178.13º 0.27% 0.93% -
XYZ 63.17 76.2 90.74 -
YUV 218.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 174 238 236 0.27 0 0.01 0.07 178.13 0.65 0.81
Hex AE EE EC 1B 0 1 7 B2 41 51
Octal 256 356 354 33 0 1 7 262 101 121
Binary 10101110 11101110 11101100 11011 0 1 111 10110010 1000001 1010001

Color Harmonies of #AEEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEEC

Black with #AEEEEC

Text Example


Text Example

White with #AEEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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