Html Css Color HEX #AEF9FF Pale Turquoise

📋 copy color: '#AEF9FF'

red 174 ◦ green 249 ◦ blue 255

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

Shades of Pale Turquoise #AEF9FF

Tints of Pale Turquoise #AEF9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.73%

 BLUE value IS 255 (100% from 255) = 37.61%

R = 25.66%
G = 36.73%
B = 37.61%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEF9FF (or 0xAEF9FF) is known color: Pale Turquoise. HEX triplet: AE, F9 and FF. RGB value is (174,249,255). Sum of RGB (Red+Green+Blue) = 174+249+255=678 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.66% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9FF is #510600. Grayscale: #E3E3E3. Windows color (decimal): -5309953 or 16775598. OLE color: 16775598.

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

Color convert

RGB 174 249 255 -
CMYK 0.32 0.02 0 0
HSL 184.44º 1% 0.84% -
HSV(B) 184.44º 0.32% 1% -
XYZ 69.38 83.97 107.16 -
YUV 227.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 174 249 255 0.32 0.02 0 0 184.44 1 0.84
Hex AE F9 FF 20 2 0 0 B8 64 54
Octal 256 371 377 40 2 0 0 270 144 124
Binary 10101110 11111001 11111111 100000 10 0 0 10111000 1100100 1010100

Color Harmonies of #AEF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9FF

Black with #AEF9FF

Text Example


Text Example

White with #AEF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9FF; }

 p { color: rgb(174,249,255); }

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

background-color css

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

 a { background-color: rgb(174,249,255); }

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

border-color css

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

 span { border-color: rgb(174,249,255); }

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