Html Css Color HEX #AEEDF2 Pale Turquoise

📋 copy color: '#AEEDF2'

red 174 ◦ green 237 ◦ blue 242

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

Shades of Pale Turquoise #AEEDF2

Tints of Pale Turquoise #AEEDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.29%

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

R = 26.65%
G = 36.29%
B = 37.06%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEEDF2 (or 0xAEEDF2) is known color: Pale Turquoise. HEX triplet: AE, ED and F2. RGB value is (174,237,242). Sum of RGB (Red+Green+Blue) = 174+237+242=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDF2 is #51120D. Grayscale: #DADADA. Windows color (decimal): -5313038 or 15920558. OLE color: 15920558.

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

Color convert

RGB 174 237 242 -
CMYK 0.28 0.02 0 0.05
HSL 184.41º 0.72% 0.82% -
HSV(B) 184.41º 0.28% 0.95% -
XYZ 63.77 75.98 95.31 -
YUV 218.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 174 237 242 0.28 0.02 0 0.05 184.41 0.72 0.82
Hex AE ED F2 1C 2 0 5 B8 48 52
Octal 256 355 362 34 2 0 5 270 110 122
Binary 10101110 11101101 11110010 11100 10 0 101 10111000 1001000 1010010

Color Harmonies of #AEEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDF2

Black with #AEEDF2

Text Example


Text Example

White with #AEEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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