Html Css Color HEX #AEEFF8 Pale Turquoise

📋 copy color: '#AEEFF8'

red 174 ◦ green 239 ◦ blue 248

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

Shades of Pale Turquoise #AEEFF8

Tints of Pale Turquoise #AEEFF8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.16%

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

R = 26.32%
G = 36.16%
B = 37.52%

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

#AEEFF8 (or 0xAEEFF8) is known color: Pale Turquoise. HEX triplet: AE, EF and F8. RGB value is (174,239,248). Sum of RGB (Red+Green+Blue) = 174+239+248=661 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.32% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEEFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEFF8 is #511007. Grayscale: #DCDCDC. Windows color (decimal): -5312520 or 16314286. OLE color: 16314286.

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

Color convert

RGB 174 239 248 -
CMYK 0.30 0.04 0 0.03
HSL 187.3º 0.84% 0.83% -
HSV(B) 187.3º 0.3% 0.97% -
XYZ 65.27 77.51 100.33 -
YUV 220.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 174 239 248 0.30 0.04 0 0.03 187.3 0.84 0.83
Hex AE EF F8 1E 4 0 3 BB 54 53
Octal 256 357 370 36 4 0 3 273 124 123
Binary 10101110 11101111 11111000 11110 100 0 11 10111011 1010100 1010011

Color Harmonies of #AEEFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFF8

Black with #AEEFF8

Text Example


Text Example

White with #AEEFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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