Html Css Color HEX #AEEDF8 Pale Turquoise

📋 copy color: '#AEEDF8'

red 174 ◦ green 237 ◦ blue 248

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

Shades of Pale Turquoise #AEEDF8

Tints of Pale Turquoise #AEEDF8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.96%

 BLUE value IS 248 (97.27% from 255) = 37.63%

R = 26.4%
G = 35.96%
B = 37.63%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEEDF8 (or 0xAEEDF8) is known color: Pale Turquoise. HEX triplet: AE, ED and F8. RGB value is (174,237,248). Sum of RGB (Red+Green+Blue) = 174+237+248=659 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.40% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEEDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDF8 is #511207. Grayscale: #DBDBDB. Windows color (decimal): -5313032 or 16313774. OLE color: 16313774.

HSL color Cylindrical-coordinate representation of color #AEEDF8: hue angle of 188.92º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEEDF8 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 237 248 -
CMYK 0.30 0.04 0 0.03
HSL 188.92º 0.84% 0.83% -
HSV(B) 188.92º 0.3% 0.97% -
XYZ 64.68 76.34 100.13 -
YUV 219.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 174 237 248 0.30 0.04 0 0.03 188.92 0.84 0.83
Hex AE ED F8 1E 4 0 3 BD 54 53
Octal 256 355 370 36 4 0 3 275 124 123
Binary 10101110 11101101 11111000 11110 100 0 11 10111101 1010100 1010011

Color Harmonies of #AEEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDF8

Black with #AEEDF8

Text Example


Text Example

White with #AEEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDF8; }

 p { color: rgb(174,237,248); }

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

background-color css

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

 a { background-color: rgb(174,237,248); }

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

border-color css

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

 span { border-color: rgb(174,237,248); }

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