Html Css Color HEX #AEEDEB Pale Turquoise

📋 copy color: '#AEEDEB'

red 174 ◦ green 237 ◦ blue 235

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

Shades of Pale Turquoise #AEEDEB

Tints of Pale Turquoise #AEEDEB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.69%

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

R = 26.93%
G = 36.69%
B = 36.38%

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

#AEEDEB (or 0xAEEDEB) is known color: Pale Turquoise. HEX triplet: AE, ED and EB. RGB value is (174,237,235). Sum of RGB (Red+Green+Blue) = 174+237+235=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDEB is #511214. Grayscale: #D9D9D9. Windows color (decimal): -5313045 or 15461806. OLE color: 15461806.

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

Color convert

RGB 174 237 235 -
CMYK 0.27 0 0.01 0.07
HSL 178.1º 0.64% 0.81% -
HSV(B) 178.1º 0.27% 0.93% -
XYZ 62.74 75.57 89.88 -
YUV 217.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 174 237 235 0.27 0 0.01 0.07 178.1 0.64 0.81
Hex AE ED EB 1B 0 1 7 B2 40 51
Octal 256 355 353 33 0 1 7 262 100 121
Binary 10101110 11101101 11101011 11011 0 1 111 10110010 1000000 1010001

Color Harmonies of #AEEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDEB

Black with #AEEDEB

Text Example


Text Example

White with #AEEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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