Html Css Color HEX #AEFFF8 Pale Turquoise

📋 copy color: '#AEFFF8'

red 174 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #AEFFF8

Tints of Pale Turquoise #AEFFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.63%

R = 25.7%
G = 37.67%
B = 36.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#AEFFF8 (or 0xAEFFF8) is known color: Pale Turquoise. HEX triplet: AE, FF and F8. RGB value is (174,255,248). Sum of RGB (Red+Green+Blue) = 174+255+248=677 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.70% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF8 is #510007. Grayscale: #E5E5E5. Windows color (decimal): -5308424 or 16318382. OLE color: 16318382.

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

Color convert

RGB 174 255 248 -
CMYK 0.32 0 0.03 0
HSL 174.81º 1% 0.84% -
HSV(B) 174.81º 0.32% 1% -
XYZ 70.16 87.3 101.96 -
YUV 229.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 174 255 248 0.32 0 0.03 0 174.81 1 0.84
Hex AE FF F8 20 0 3 0 AF 64 54
Octal 256 377 370 40 0 3 0 257 144 124
Binary 10101110 11111111 11111000 100000 0 11 0 10101111 1100100 1010100

Color Harmonies of #AEFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFF8

Black with #AEFFF8

Text Example


Text Example

White with #AEFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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