Html Css Color HEX #AEECF5 Pale Turquoise

📋 copy color: '#AEECF5'

red 174 ◦ green 236 ◦ blue 245

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

Shades of Pale Turquoise #AEECF5

Tints of Pale Turquoise #AEECF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.4%

R = 26.56%
G = 36.03%
B = 37.4%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AEECF5 (or 0xAEECF5) is known color: Pale Turquoise. HEX triplet: AE, EC and F5. RGB value is (174,236,245). Sum of RGB (Red+Green+Blue) = 174+236+245=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEECF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECF5 is #51130A. Grayscale: #DADADA. Windows color (decimal): -5313291 or 16116910. OLE color: 16116910.

HSL color Cylindrical-coordinate representation of color #AEECF5: hue angle of 187.61º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEECF5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 236 245 -
CMYK 0.29 0.04 0 0.04
HSL 187.61º 0.78% 0.82% -
HSV(B) 187.61º 0.29% 0.96% -
XYZ 63.93 75.58 97.61 -
YUV 218.49 142.96 96.27 -
System Red Green Blue C M Y K H S L
Decimal 174 236 245 0.29 0.04 0 0.04 187.61 0.78 0.82
Hex AE EC F5 1D 4 0 4 BC 4E 52
Octal 256 354 365 35 4 0 4 274 116 122
Binary 10101110 11101100 11110101 11101 100 0 100 10111100 1001110 1010010

Color Harmonies of #AEECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECF5

Black with #AEECF5

Text Example


Text Example

White with #AEECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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