Html Css Color HEX #AEF2FA Pale Turquoise

📋 copy color: '#AEF2FA'

red 174 ◦ green 242 ◦ blue 250

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

Shades of Pale Turquoise #AEF2FA

Tints of Pale Turquoise #AEF2FA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 26.13%
G = 36.34%
B = 37.54%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEF2FA (or 0xAEF2FA) is known color: Pale Turquoise. HEX triplet: AE, F2 and FA. RGB value is (174,242,250). Sum of RGB (Red+Green+Blue) = 174+242+250=666 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.13% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2FA is #510D05. Grayscale: #DEDEDE. Windows color (decimal): -5311750 or 16446126. OLE color: 16446126.

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

Color convert

RGB 174 242 250 -
CMYK 0.30 0.03 0 0.02
HSL 186.32º 0.88% 0.83% -
HSV(B) 186.32º 0.3% 0.98% -
XYZ 66.46 79.41 102.27 -
YUV 222.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 174 242 250 0.30 0.03 0 0.02 186.32 0.88 0.83
Hex AE F2 FA 1E 3 0 2 BA 58 53
Octal 256 362 372 36 3 0 2 272 130 123
Binary 10101110 11110010 11111010 11110 11 0 10 10111010 1011000 1010011

Color Harmonies of #AEF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2FA

Black with #AEF2FA

Text Example


Text Example

White with #AEF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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