Html Css Color HEX #AEFFFA Pale Turquoise

📋 copy color: '#AEFFFA'

red 174 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #AEFFFA

Tints of Pale Turquoise #AEFFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.82%

R = 25.63%
G = 37.56%
B = 36.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#AEFFFA (or 0xAEFFFA) is known color: Pale Turquoise. HEX triplet: AE, FF and FA. RGB value is (174,255,250). Sum of RGB (Red+Green+Blue) = 174+255+250=679 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.63% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFFA is #510005. Grayscale: #E6E6E6. Windows color (decimal): -5308422 or 16449454. OLE color: 16449454.

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

Color convert

RGB 174 255 250 -
CMYK 0.32 0 0.02 0
HSL 176.3º 1% 0.84% -
HSV(B) 176.3º 0.32% 1% -
XYZ 70.47 87.42 103.6 -
YUV 230.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 174 255 250 0.32 0 0.02 0 176.3 1 0.84
Hex AE FF FA 20 0 2 0 B0 64 54
Octal 256 377 372 40 0 2 0 260 144 124
Binary 10101110 11111111 11111010 100000 0 10 0 10110000 1100100 1010100

Color Harmonies of #AEFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFFA

Black with #AEFFFA

Text Example


Text Example

White with #AEFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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