Html Css Color HEX #AEFAF6 Pale Turquoise

📋 copy color: '#AEFAF6'

red 174 ◦ green 250 ◦ blue 246

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

Shades of Pale Turquoise #AEFAF6

Tints of Pale Turquoise #AEFAF6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.31%

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

R = 25.97%
G = 37.31%
B = 36.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#AEFAF6 (or 0xAEFAF6) is known color: Pale Turquoise. HEX triplet: AE, FA and F6. RGB value is (174,250,246). Sum of RGB (Red+Green+Blue) = 174+250+246=670 (88% of max value = 765). Red value is 174 (68.36% from 255 or 25.97% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFAF6 is #510509. Grayscale: #E2E2E2. Windows color (decimal): -5309706 or 16186030. OLE color: 16186030.

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

Color convert

RGB 174 250 246 -
CMYK 0.30 0 0.02 0.02
HSL 176.84º 0.88% 0.83% -
HSV(B) 176.84º 0.3% 0.98% -
XYZ 68.28 84.02 99.81 -
YUV 226.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 174 250 246 0.30 0 0.02 0.02 176.84 0.88 0.83
Hex AE FA F6 1E 0 2 2 B1 58 53
Octal 256 372 366 36 0 2 2 261 130 123
Binary 10101110 11111010 11110110 11110 0 10 10 10110001 1011000 1010011

Color Harmonies of #AEFAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAF6

Black with #AEFAF6

Text Example


Text Example

White with #AEFAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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