Html Css Color HEX #AEEEEB Pale Turquoise

📋 copy color: '#AEEEEB'

red 174 ◦ green 238 ◦ blue 235

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

Shades of Pale Turquoise #AEEEEB

Tints of Pale Turquoise #AEEEEB

RGB

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

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

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

R = 26.89%
G = 36.79%
B = 36.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#AEEEEB (or 0xAEEEEB) is known color: Pale Turquoise. HEX triplet: AE, EE and EB. RGB value is (174,238,235). Sum of RGB (Red+Green+Blue) = 174+238+235=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEEB is #511114. Grayscale: #DADADA. Windows color (decimal): -5312789 or 15462062. OLE color: 15462062.

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

Color convert

RGB 174 238 235 -
CMYK 0.27 0 0.01 0.07
HSL 177.19º 0.65% 0.81% -
HSV(B) 177.19º 0.27% 0.93% -
XYZ 63.03 76.15 89.97 -
YUV 218.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 174 238 235 0.27 0 0.01 0.07 177.19 0.65 0.81
Hex AE EE EB 1B 0 1 7 B1 41 51
Octal 256 356 353 33 0 1 7 261 101 121
Binary 10101110 11101110 11101011 11011 0 1 111 10110001 1000001 1010001

Color Harmonies of #AEEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEEB

Black with #AEEEEB

Text Example


Text Example

White with #AEEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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