Html Css Color HEX #AEECEB Pale Turquoise

📋 copy color: '#AEECEB'

red 174 ◦ green 236 ◦ blue 235

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

Shades of Pale Turquoise #AEECEB

Tints of Pale Turquoise #AEECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 26.98%
G = 36.59%
B = 36.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#AEECEB (or 0xAEECEB) is known color: Pale Turquoise. HEX triplet: AE, EC and EB. RGB value is (174,236,235). Sum of RGB (Red+Green+Blue) = 174+236+235=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECEB is #511314. Grayscale: #D9D9D9. Windows color (decimal): -5313301 or 15461550. OLE color: 15461550.

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

Color convert

RGB 174 236 235 -
CMYK 0.26 0 0.00 0.07
HSL 179.03º 0.62% 0.8% -
HSV(B) 179.03º 0.26% 0.93% -
XYZ 62.45 74.99 89.78 -
YUV 217.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 174 236 235 0.26 0 0.00 0.07 179.03 0.62 0.8
Hex AE EC EB 1A 0 0 7 B3 3E 50
Octal 256 354 353 32 0 0 7 263 76 120
Binary 10101110 11101100 11101011 11010 0 0 111 10110011 111110 1010000

Color Harmonies of #AEECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECEB

Black with #AEECEB

Text Example


Text Example

White with #AEECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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