Html Css Color HEX #AEEEE8 Pale Turquoise

📋 copy color: '#AEEEE8'

red 174 ◦ green 238 ◦ blue 232

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

Shades of Pale Turquoise #AEEEE8

Tints of Pale Turquoise #AEEEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.02%

R = 27.02%
G = 36.96%
B = 36.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#AEEEE8 (or 0xAEEEE8) is known color: Pale Turquoise. HEX triplet: AE, EE and E8. RGB value is (174,238,232). Sum of RGB (Red+Green+Blue) = 174+238+232=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEE8 is #511117. Grayscale: #DADADA. Windows color (decimal): -5312792 or 15265454. OLE color: 15265454.

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

Color convert

RGB 174 238 232 -
CMYK 0.27 0 0.03 0.07
HSL 174.38º 0.65% 0.81% -
HSV(B) 174.38º 0.27% 0.93% -
XYZ 62.6 75.97 87.71 -
YUV 218.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 174 238 232 0.27 0 0.03 0.07 174.38 0.65 0.81
Hex AE EE E8 1B 0 3 7 AE 41 51
Octal 256 356 350 33 0 3 7 256 101 121
Binary 10101110 11101110 11101000 11011 0 11 111 10101110 1000001 1010001

Color Harmonies of #AEEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEE8

Black with #AEEEE8

Text Example


Text Example

White with #AEEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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