Html Css Color HEX #AEFFF0 Pale Turquoise

📋 copy color: '#AEFFF0'

red 174 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #AEFFF0

Tints of Pale Turquoise #AEFFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.87%

R = 26.01%
G = 38.12%
B = 35.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#AEFFF0 (or 0xAEFFF0) is known color: Pale Turquoise. HEX triplet: AE, FF and F0. RGB value is (174,255,240). Sum of RGB (Red+Green+Blue) = 174+255+240=669 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.01% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF0 is #51000F. Grayscale: #E5E5E5. Windows color (decimal): -5308432 or 15794094. OLE color: 15794094.

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

Color convert

RGB 174 255 240 -
CMYK 0.32 0 0.06 0
HSL 168.89º 1% 0.84% -
HSV(B) 168.89º 0.32% 1% -
XYZ 68.94 86.81 95.56 -
YUV 229.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 174 255 240 0.32 0 0.06 0 168.89 1 0.84
Hex AE FF F0 20 0 6 0 A9 64 54
Octal 256 377 360 40 0 6 0 251 144 124
Binary 10101110 11111111 11110000 100000 0 110 0 10101001 1100100 1010100

Color Harmonies of #AEFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFF0

Black with #AEFFF0

Text Example


Text Example

White with #AEFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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