Html Css Color HEX #AEECEE Pale Turquoise

📋 copy color: '#AEECEE'

red 174 ◦ green 236 ◦ blue 238

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

Shades of Pale Turquoise #AEECEE

Tints of Pale Turquoise #AEECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.73%

R = 26.85%
G = 36.42%
B = 36.73%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEECEE (or 0xAEECEE) is known color: Pale Turquoise. HEX triplet: AE, EC and EE. RGB value is (174,236,238). Sum of RGB (Red+Green+Blue) = 174+236+238=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECEE is #511311. Grayscale: #D9D9D9. Windows color (decimal): -5313298 or 15658158. OLE color: 15658158.

HSL color Cylindrical-coordinate representation of color #AEECEE: hue angle of 181.88º degrees, saturation: 0.65, 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 #AEECEE is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 238 -
CMYK 0.27 0.01 0 0.07
HSL 181.88º 0.65% 0.81% -
HSV(B) 181.88º 0.27% 0.93% -
XYZ 62.88 75.16 92.08 -
YUV 217.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 174 236 238 0.27 0.01 0 0.07 181.88 0.65 0.81
Hex AE EC EE 1B 1 0 7 B6 41 51
Octal 256 354 356 33 1 0 7 266 101 121
Binary 10101110 11101100 11101110 11011 1 0 111 10110110 1000001 1010001

Color Harmonies of #AEECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECEE

Black with #AEECEE

Text Example


Text Example

White with #AEECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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