Html Css Color HEX #AEEDF0 Pale Turquoise

📋 copy color: '#AEEDF0'

red 174 ◦ green 237 ◦ blue 240

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

Shades of Pale Turquoise #AEEDF0

Tints of Pale Turquoise #AEEDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.87%

R = 26.73%
G = 36.41%
B = 36.87%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEEDF0 (or 0xAEEDF0) is known color: Pale Turquoise. HEX triplet: AE, ED and F0. RGB value is (174,237,240). Sum of RGB (Red+Green+Blue) = 174+237+240=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEEDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDF0 is #51120F. Grayscale: #DADADA. Windows color (decimal): -5313040 or 15789486. OLE color: 15789486.

HSL color Cylindrical-coordinate representation of color #AEEDF0: hue angle of 182.73º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDF0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 237 240 -
CMYK 0.28 0.01 0 0.06
HSL 182.73º 0.69% 0.81% -
HSV(B) 182.73º 0.28% 0.94% -
XYZ 63.47 75.86 93.74 -
YUV 218.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 174 237 240 0.28 0.01 0 0.06 182.73 0.69 0.81
Hex AE ED F0 1C 1 0 6 B7 45 51
Octal 256 355 360 34 1 0 6 267 105 121
Binary 10101110 11101101 11110000 11100 1 0 110 10110111 1000101 1010001

Color Harmonies of #AEEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDF0

Black with #AEEDF0

Text Example


Text Example

White with #AEEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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