Html Css Color HEX #AEFFF6 Pale Turquoise

📋 copy color: '#AEFFF6'

red 174 ◦ green 255 ◦ blue 246

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

Shades of Pale Turquoise #AEFFF6

Tints of Pale Turquoise #AEFFF6

RGB

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

 GREEN value IS 255 (100% from 255) = 37.78%

 BLUE value IS 246 (96.48% from 255) = 36.44%

R = 25.78%
G = 37.78%
B = 36.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#AEFFF6 (or 0xAEFFF6) is known color: Pale Turquoise. HEX triplet: AE, FF and F6. RGB value is (174,255,246). Sum of RGB (Red+Green+Blue) = 174+255+246=675 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.78% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF6 is #510009. Grayscale: #E5E5E5. Windows color (decimal): -5308426 or 16187310. OLE color: 16187310.

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

Color convert

RGB 174 255 246 -
CMYK 0.32 0 0.04 0
HSL 173.33º 1% 0.84% -
HSV(B) 173.33º 0.32% 1% -
XYZ 69.85 87.17 100.33 -
YUV 229.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 174 255 246 0.32 0 0.04 0 173.33 1 0.84
Hex AE FF F6 20 0 4 0 AD 64 54
Octal 256 377 366 40 0 4 0 255 144 124
Binary 10101110 11111111 11110110 100000 0 100 0 10101101 1100100 1010100

Color Harmonies of #AEFFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFF6

Black with #AEFFF6

Text Example


Text Example

White with #AEFFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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