Html Css Color HEX #AEEDF3 Pale Turquoise

📋 copy color: '#AEEDF3'

red 174 ◦ green 237 ◦ blue 243

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

Shades of Pale Turquoise #AEEDF3

Tints of Pale Turquoise #AEEDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.16%

R = 26.61%
G = 36.24%
B = 37.16%

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

#AEEDF3 (or 0xAEEDF3) is known color: Pale Turquoise. HEX triplet: AE, ED and F3. RGB value is (174,237,243). Sum of RGB (Red+Green+Blue) = 174+237+243=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEEDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDF3 is #51120C. Grayscale: #DADADA. Windows color (decimal): -5313037 or 15986094. OLE color: 15986094.

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

Color convert

RGB 174 237 243 -
CMYK 0.28 0.02 0 0.05
HSL 185.22º 0.74% 0.82% -
HSV(B) 185.22º 0.28% 0.95% -
XYZ 63.92 76.04 96.1 -
YUV 218.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 174 237 243 0.28 0.02 0 0.05 185.22 0.74 0.82
Hex AE ED F3 1C 2 0 5 B9 4A 52
Octal 256 355 363 34 2 0 5 271 112 122
Binary 10101110 11101101 11110011 11100 10 0 101 10111001 1001010 1010010

Color Harmonies of #AEEDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDF3

Black with #AEEDF3

Text Example


Text Example

White with #AEEDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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