Html Css Color HEX #AEF9F2 Pale Turquoise

📋 copy color: '#AEF9F2'

red 174 ◦ green 249 ◦ blue 242

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

Shades of Pale Turquoise #AEF9F2

Tints of Pale Turquoise #AEF9F2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.44%

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

R = 26.17%
G = 37.44%
B = 36.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#AEF9F2 (or 0xAEF9F2) is known color: Pale Turquoise. HEX triplet: AE, F9 and F2. RGB value is (174,249,242). Sum of RGB (Red+Green+Blue) = 174+249+242=665 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.17% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9F2 is #51060D. Grayscale: #E1E1E1. Windows color (decimal): -5309966 or 15923630. OLE color: 15923630.

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

Color convert

RGB 174 249 242 -
CMYK 0.30 0 0.03 0.02
HSL 174.4º 0.86% 0.83% -
HSV(B) 174.4º 0.3% 0.98% -
XYZ 67.36 83.16 96.51 -
YUV 225.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 174 249 242 0.30 0 0.03 0.02 174.4 0.86 0.83
Hex AE F9 F2 1E 0 3 2 AE 56 53
Octal 256 371 362 36 0 3 2 256 126 123
Binary 10101110 11111001 11110010 11110 0 11 10 10101110 1010110 1010011

Color Harmonies of #AEF9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9F2

Black with #AEF9F2

Text Example


Text Example

White with #AEF9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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