Html Css Color HEX #AEFFED Pale Turquoise

📋 copy color: '#AEFFED'

red 174 ◦ green 255 ◦ blue 237

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

Shades of Pale Turquoise #AEFFED

Tints of Pale Turquoise #AEFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 38.29%

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

R = 26.13%
G = 38.29%
B = 35.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#AEFFED (or 0xAEFFED) is known color: Pale Turquoise. HEX triplet: AE, FF and ED. RGB value is (174,255,237). Sum of RGB (Red+Green+Blue) = 174+255+237=666 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.13% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFED is #510012. Grayscale: #E4E4E4. Windows color (decimal): -5308435 or 15597486. OLE color: 15597486.

HSL color Cylindrical-coordinate representation of color #AEFFED: hue angle of 166.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFED is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 237 -
CMYK 0.32 0 0.07 0
HSL 166.67º 1% 0.84% -
HSV(B) 166.67º 0.32% 1% -
XYZ 68.5 86.63 93.23 -
YUV 228.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 174 255 237 0.32 0 0.07 0 166.67 1 0.84
Hex AE FF ED 20 0 7 0 A7 64 54
Octal 256 377 355 40 0 7 0 247 144 124
Binary 10101110 11111111 11101101 100000 0 111 0 10100111 1100100 1010100

Color Harmonies of #AEFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFED

Black with #AEFFED

Text Example


Text Example

White with #AEFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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