Html Css Color HEX #AEEEEA Pale Turquoise

📋 copy color: '#AEEEEA'

red 174 ◦ green 238 ◦ blue 234

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

Shades of Pale Turquoise #AEEEEA

Tints of Pale Turquoise #AEEEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.22%

R = 26.93%
G = 36.84%
B = 36.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#AEEEEA (or 0xAEEEEA) is known color: Pale Turquoise. HEX triplet: AE, EE and EA. RGB value is (174,238,234). Sum of RGB (Red+Green+Blue) = 174+238+234=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEEA is #511115. Grayscale: #DADADA. Windows color (decimal): -5312790 or 15396526. OLE color: 15396526.

HSL color Cylindrical-coordinate representation of color #AEEEEA: hue angle of 176.25º 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 #AEEEEA is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 238 234 -
CMYK 0.27 0 0.02 0.07
HSL 176.25º 0.65% 0.81% -
HSV(B) 176.25º 0.27% 0.93% -
XYZ 62.88 76.09 89.21 -
YUV 218.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 174 238 234 0.27 0 0.02 0.07 176.25 0.65 0.81
Hex AE EE EA 1B 0 2 7 B0 41 51
Octal 256 356 352 33 0 2 7 260 101 121
Binary 10101110 11101110 11101010 11011 0 10 111 10110000 1000001 1010001

Color Harmonies of #AEEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEEA

Black with #AEEEEA

Text Example


Text Example

White with #AEEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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