Html Css Color HEX #AEECF0 Pale Turquoise

📋 copy color: '#AEECF0'

red 174 ◦ green 236 ◦ blue 240

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

Shades of Pale Turquoise #AEECF0

Tints of Pale Turquoise #AEECF0

RGB

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

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

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

R = 26.77%
G = 36.31%
B = 36.92%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEECF0 (or 0xAEECF0) is known color: Pale Turquoise. HEX triplet: AE, EC and F0. RGB value is (174,236,240). Sum of RGB (Red+Green+Blue) = 174+236+240=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECF0 is #51130F. Grayscale: #D9D9D9. Windows color (decimal): -5313296 or 15789230. OLE color: 15789230.

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

Color convert

RGB 174 236 240 -
CMYK 0.28 0.02 0 0.06
HSL 183.64º 0.69% 0.81% -
HSV(B) 183.64º 0.28% 0.94% -
XYZ 63.18 75.28 93.64 -
YUV 217.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 174 236 240 0.28 0.02 0 0.06 183.64 0.69 0.81
Hex AE EC F0 1C 2 0 6 B8 45 51
Octal 256 354 360 34 2 0 6 270 105 121
Binary 10101110 11101100 11110000 11100 10 0 110 10111000 1000101 1010001

Color Harmonies of #AEECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECF0

Black with #AEECF0

Text Example


Text Example

White with #AEECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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