Html Css Color HEX #AEFFF2 Pale Turquoise

📋 copy color: '#AEFFF2'

red 174 ◦ green 255 ◦ blue 242

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

Shades of Pale Turquoise #AEFFF2

Tints of Pale Turquoise #AEFFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.07%

R = 25.93%
G = 38%
B = 36.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#AEFFF2 (or 0xAEFFF2) is known color: Pale Turquoise. HEX triplet: AE, FF and F2. RGB value is (174,255,242). Sum of RGB (Red+Green+Blue) = 174+255+242=671 (88% of max value = 765). Red value is 174 (68.36% from 255 or 25.93% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF2 is #51000D. Grayscale: #E5E5E5. Windows color (decimal): -5308430 or 15925166. OLE color: 15925166.

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

Color convert

RGB 174 255 242 -
CMYK 0.32 0 0.05 0
HSL 170.37º 1% 0.84% -
HSV(B) 170.37º 0.32% 1% -
XYZ 69.24 86.93 97.13 -
YUV 229.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 174 255 242 0.32 0 0.05 0 170.37 1 0.84
Hex AE FF F2 20 0 5 0 AA 64 54
Octal 256 377 362 40 0 5 0 252 144 124
Binary 10101110 11111111 11110010 100000 0 101 0 10101010 1100100 1010100

Color Harmonies of #AEFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFF2

Black with #AEFFF2

Text Example


Text Example

White with #AEFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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