Html Css Color HEX #AEF0F7 Pale Turquoise

📋 copy color: '#AEF0F7'

red 174 ◦ green 240 ◦ blue 247

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

Shades of Pale Turquoise #AEF0F7

Tints of Pale Turquoise #AEF0F7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.31%

 BLUE value IS 247 (96.88% from 255) = 37.37%

R = 26.32%
G = 36.31%
B = 37.37%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEF0F7 (or 0xAEF0F7) is known color: Pale Turquoise. HEX triplet: AE, F0 and F7. RGB value is (174,240,247). Sum of RGB (Red+Green+Blue) = 174+240+247=661 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.32% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEF0F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF0F7 is #510F08. Grayscale: #DCDCDC. Windows color (decimal): -5312265 or 16249006. OLE color: 16249006.

HSL color Cylindrical-coordinate representation of color #AEF0F7: hue angle of 185.75º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF0F7 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 240 247 -
CMYK 0.30 0.03 0 0.03
HSL 185.75º 0.82% 0.83% -
HSV(B) 185.75º 0.3% 0.97% -
XYZ 65.4 78.03 99.61 -
YUV 221.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 174 240 247 0.30 0.03 0 0.03 185.75 0.82 0.83
Hex AE F0 F7 1E 3 0 3 BA 52 53
Octal 256 360 367 36 3 0 3 272 122 123
Binary 10101110 11110000 11110111 11110 11 0 11 10111010 1010010 1010011

Color Harmonies of #AEF0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0F7

Black with #AEF0F7

Text Example


Text Example

White with #AEF0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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