Html Css Color HEX #AEEFF2 Pale Turquoise

📋 copy color: '#AEEFF2'

red 174 ◦ green 239 ◦ blue 242

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

Shades of Pale Turquoise #AEEFF2

Tints of Pale Turquoise #AEEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.49%

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

R = 26.56%
G = 36.49%
B = 36.95%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEEFF2 (or 0xAEEFF2) is known color: Pale Turquoise. HEX triplet: AE, EF and F2. RGB value is (174,239,242). Sum of RGB (Red+Green+Blue) = 174+239+242=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEFF2 is #51100D. Grayscale: #DBDBDB. Windows color (decimal): -5312526 or 15921070. OLE color: 15921070.

HSL color Cylindrical-coordinate representation of color #AEEFF2: hue angle of 182.65º 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 #AEEFF2 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 239 242 -
CMYK 0.28 0.01 0 0.05
HSL 182.65º 0.72% 0.82% -
HSV(B) 182.65º 0.28% 0.95% -
XYZ 64.35 77.14 95.5 -
YUV 219.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 174 239 242 0.28 0.01 0 0.05 182.65 0.72 0.82
Hex AE EF F2 1C 1 0 5 B7 48 52
Octal 256 357 362 34 1 0 5 267 110 122
Binary 10101110 11101111 11110010 11100 1 0 101 10110111 1001000 1010010

Color Harmonies of #AEEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFF2

Black with #AEEFF2

Text Example


Text Example

White with #AEEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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