Html Css Color HEX #AEEEF0 Pale Turquoise

📋 copy color: '#AEEEF0'

red 174 ◦ green 238 ◦ blue 240

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

Shades of Pale Turquoise #AEEEF0

Tints of Pale Turquoise #AEEEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.81%

R = 26.69%
G = 36.5%
B = 36.81%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEEEF0 (or 0xAEEEF0) is known color: Pale Turquoise. HEX triplet: AE, EE and F0. RGB value is (174,238,240). Sum of RGB (Red+Green+Blue) = 174+238+240=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEEEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEF0 is #51110F. Grayscale: #DBDBDB. Windows color (decimal): -5312784 or 15789742. OLE color: 15789742.

HSL color Cylindrical-coordinate representation of color #AEEEF0: hue angle of 181.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEF0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 238 240 -
CMYK 0.28 0.01 0 0.06
HSL 181.82º 0.69% 0.81% -
HSV(B) 181.82º 0.28% 0.94% -
XYZ 63.76 76.44 93.83 -
YUV 219.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 174 238 240 0.28 0.01 0 0.06 181.82 0.69 0.81
Hex AE EE F0 1C 1 0 6 B6 45 51
Octal 256 356 360 34 1 0 6 266 105 121
Binary 10101110 11101110 11110000 11100 1 0 110 10110110 1000101 1010001

Color Harmonies of #AEEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEF0

Black with #AEEEF0

Text Example


Text Example

White with #AEEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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