Html Css Color HEX #AEF6F7 Pale Turquoise

📋 copy color: '#AEF6F7'

red 174 ◦ green 246 ◦ blue 247

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

Shades of Pale Turquoise #AEF6F7

Tints of Pale Turquoise #AEF6F7

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.88%

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

R = 26.09%
G = 36.88%
B = 37.03%

CMYK

 C value IS 0.30

 M value IS 0.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEF6F7 (or 0xAEF6F7) is known color: Pale Turquoise. HEX triplet: AE, F6 and F7. RGB value is (174,246,247). Sum of RGB (Red+Green+Blue) = 174+246+247=667 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.09% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEF6F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF6F7 is #510908. Grayscale: #E0E0E0. Windows color (decimal): -5310729 or 16250542. OLE color: 16250542.

HSL color Cylindrical-coordinate representation of color #AEF6F7: hue angle of 180.82º 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 #AEF6F7 is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 246 247 -
CMYK 0.30 0.00 0 0.03
HSL 180.82º 0.82% 0.83% -
HSV(B) 180.82º 0.3% 0.97% -
XYZ 67.2 81.63 100.21 -
YUV 224.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 174 246 247 0.30 0.00 0 0.03 180.82 0.82 0.83
Hex AE F6 F7 1E 0 0 3 B5 52 53
Octal 256 366 367 36 0 0 3 265 122 123
Binary 10101110 11110110 11110111 11110 0 0 11 10110101 1010010 1010011

Color Harmonies of #AEF6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF6F7

Black with #AEF6F7

Text Example


Text Example

White with #AEF6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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