Html Css Color HEX #AEEBF2 Pale Turquoise

📋 copy color: '#AEEBF2'

red 174 ◦ green 235 ◦ blue 242

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

Shades of Pale Turquoise #AEEBF2

Tints of Pale Turquoise #AEEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.1%

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

R = 26.73%
G = 36.1%
B = 37.17%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEEBF2 (or 0xAEEBF2) is known color: Pale Turquoise. HEX triplet: AE, EB and F2. RGB value is (174,235,242). Sum of RGB (Red+Green+Blue) = 174+235+242=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBF2 is #51140D. Grayscale: #D9D9D9. Windows color (decimal): -5313550 or 15920046. OLE color: 15920046.

HSL color Cylindrical-coordinate representation of color #AEEBF2: hue angle of 186.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEEBF2 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 235 242 -
CMYK 0.28 0.03 0 0.05
HSL 186.18º 0.72% 0.82% -
HSV(B) 186.18º 0.28% 0.95% -
XYZ 63.19 74.83 95.12 -
YUV 217.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 174 235 242 0.28 0.03 0 0.05 186.18 0.72 0.82
Hex AE EB F2 1C 3 0 5 BA 48 52
Octal 256 353 362 34 3 0 5 272 110 122
Binary 10101110 11101011 11110010 11100 11 0 101 10111010 1001000 1010010

Color Harmonies of #AEEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBF2

Black with #AEEBF2

Text Example


Text Example

White with #AEEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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