Html Css Color HEX #AEF8ED Pale Turquoise

📋 copy color: '#AEF8ED'

red 174 ◦ green 248 ◦ blue 237

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

Shades of Pale Turquoise #AEF8ED

Tints of Pale Turquoise #AEF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.63%

 BLUE value IS 237 (92.97% from 255) = 35.96%

R = 26.4%
G = 37.63%
B = 35.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#AEF8ED (or 0xAEF8ED) is known color: Pale Turquoise. HEX triplet: AE, F8 and ED. RGB value is (174,248,237). Sum of RGB (Red+Green+Blue) = 174+248+237=659 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.40% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8ED is #510712. Grayscale: #E0E0E0. Windows color (decimal): -5310227 or 15595694. OLE color: 15595694.

HSL color Cylindrical-coordinate representation of color #AEF8ED: hue angle of 171.08º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8ED is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 248 237 -
CMYK 0.30 0 0.04 0.03
HSL 171.08º 0.84% 0.83% -
HSV(B) 171.08º 0.3% 0.97% -
XYZ 66.31 82.25 92.5 -
YUV 224.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 174 248 237 0.30 0 0.04 0.03 171.08 0.84 0.83
Hex AE F8 ED 1E 0 4 3 AB 54 53
Octal 256 370 355 36 0 4 3 253 124 123
Binary 10101110 11111000 11101101 11110 0 100 11 10101011 1010100 1010011

Color Harmonies of #AEF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8ED

Black with #AEF8ED

Text Example


Text Example

White with #AEF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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