Html Css Color HEX #AEF8F2 Pale Turquoise

📋 copy color: '#AEF8F2'

red 174 ◦ green 248 ◦ blue 242

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

Shades of Pale Turquoise #AEF8F2

Tints of Pale Turquoise #AEF8F2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.35%

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 26.2%
G = 37.35%
B = 36.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#AEF8F2 (or 0xAEF8F2) is known color: Pale Turquoise. HEX triplet: AE, F8 and F2. RGB value is (174,248,242). Sum of RGB (Red+Green+Blue) = 174+248+242=664 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.20% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8F2 is #51070D. Grayscale: #E1E1E1. Windows color (decimal): -5310222 or 15923374. OLE color: 15923374.

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

Color convert

RGB 174 248 242 -
CMYK 0.30 0 0.02 0.03
HSL 175.14º 0.84% 0.83% -
HSV(B) 175.14º 0.3% 0.97% -
XYZ 67.05 82.54 96.4 -
YUV 225.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 174 248 242 0.30 0 0.02 0.03 175.14 0.84 0.83
Hex AE F8 F2 1E 0 2 3 AF 54 53
Octal 256 370 362 36 0 2 3 257 124 123
Binary 10101110 11111000 11110010 11110 0 10 11 10101111 1010100 1010011

Color Harmonies of #AEF8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8F2

Black with #AEF8F2

Text Example


Text Example

White with #AEF8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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