Html Css Color HEX #AEEEFE Pale Turquoise

📋 copy color: '#AEEEFE'

red 174 ◦ green 238 ◦ blue 254

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

Shades of Pale Turquoise #AEEEFE

Tints of Pale Turquoise #AEEEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.14%

R = 26.13%
G = 35.74%
B = 38.14%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AEEEFE (or 0xAEEEFE) is known color: Pale Turquoise. HEX triplet: AE, EE and FE. RGB value is (174,238,254). Sum of RGB (Red+Green+Blue) = 174+238+254=666 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.13% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEFE is #511101. Grayscale: #DCDCDC. Windows color (decimal): -5312770 or 16707246. OLE color: 16707246.

HSL color Cylindrical-coordinate representation of color #AEEEFE: hue angle of 192º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEEEFE is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 238 254 -
CMYK 0.31 0.06 0 0.00
HSL 192º 0.98% 0.84% -
HSV(B) 192º 0.31% 1% -
XYZ 65.92 77.3 105.21 -
YUV 220.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 174 238 254 0.31 0.06 0 0.00 192 0.98 0.84
Hex AE EE FE 1F 6 0 0 C0 62 54
Octal 256 356 376 37 6 0 0 300 142 124
Binary 10101110 11101110 11111110 11111 110 0 0 11000000 1100010 1010100

Color Harmonies of #AEEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEFE

Black with #AEEEFE

Text Example


Text Example

White with #AEEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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