Html Css Color HEX #AEEEEE Pale Turquoise

📋 copy color: '#AEEEEE'

red 174 ◦ green 238 ◦ blue 238

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

Shades of Pale Turquoise #AEEEEE

Tints of Pale Turquoise #AEEEEE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.62%

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

R = 26.77%
G = 36.62%
B = 36.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEEEEE (or 0xAEEEEE) is known color: Pale Turquoise. HEX triplet: AE, EE and EE. RGB value is (174,238,238). Sum of RGB (Red+Green+Blue) = 174+238+238=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #AEEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEEE is #511111. Grayscale: #DADADA. Windows color (decimal): -5312786 or 15658670. OLE color: 15658670.

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

Color convert

RGB 174 238 238 -
CMYK 0.27 0 0 0.07
HSL 180º 0.65% 0.81% -
HSV(B) 180º 0.27% 0.93% -
XYZ 63.46 76.32 92.28 -
YUV 218.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 174 238 238 0.27 0 0 0.07 180 0.65 0.81
Hex AE EE EE 1B 0 0 7 B4 41 51
Octal 256 356 356 33 0 0 7 264 101 121
Binary 10101110 11101110 11101110 11011 0 0 111 10110100 1000001 1010001

Color Harmonies of #AEEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEEE

Black with #AEEEEE

Text Example


Text Example

White with #AEEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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