Html Css Color HEX #AEECED Pale Turquoise

📋 copy color: '#AEECED'

red 174 ◦ green 236 ◦ blue 237

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

Shades of Pale Turquoise #AEECED

Tints of Pale Turquoise #AEECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.48%

 BLUE value IS 237 (92.97% from 255) = 36.63%

R = 26.89%
G = 36.48%
B = 36.63%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEECED (or 0xAEECED) is known color: Pale Turquoise. HEX triplet: AE, EC and ED. RGB value is (174,236,237). Sum of RGB (Red+Green+Blue) = 174+236+237=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECED is #511312. Grayscale: #D9D9D9. Windows color (decimal): -5313299 or 15592622. OLE color: 15592622.

HSL color Cylindrical-coordinate representation of color #AEECED: hue angle of 180.95º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEECED is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 237 -
CMYK 0.27 0.00 0 0.07
HSL 180.95º 0.64% 0.81% -
HSV(B) 180.95º 0.27% 0.93% -
XYZ 62.74 75.1 91.31 -
YUV 217.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 174 236 237 0.27 0.00 0 0.07 180.95 0.64 0.81
Hex AE EC ED 1B 0 0 7 B5 40 51
Octal 256 354 355 33 0 0 7 265 100 121
Binary 10101110 11101100 11101101 11011 0 0 111 10110101 1000000 1010001

Color Harmonies of #AEECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECED

Black with #AEECED

Text Example


Text Example

White with #AEECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECED; }

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

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

background-color css

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

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

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

border-color css

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

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

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