Html Css Color HEX #AEFFF3 Pale Turquoise

📋 copy color: '#AEFFF3'

red 174 ◦ green 255 ◦ blue 243

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

Shades of Pale Turquoise #AEFFF3

Tints of Pale Turquoise #AEFFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.16%

R = 25.89%
G = 37.95%
B = 36.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#AEFFF3 (or 0xAEFFF3) is known color: Pale Turquoise. HEX triplet: AE, FF and F3. RGB value is (174,255,243). Sum of RGB (Red+Green+Blue) = 174+255+243=672 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.89% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFF3 is #51000C. Grayscale: #E5E5E5. Windows color (decimal): -5308429 or 15990702. OLE color: 15990702.

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

Color convert

RGB 174 255 243 -
CMYK 0.32 0 0.05 0
HSL 171.11º 1% 0.84% -
HSV(B) 171.11º 0.32% 1% -
XYZ 69.39 86.99 97.93 -
YUV 229.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 174 255 243 0.32 0 0.05 0 171.11 1 0.84
Hex AE FF F3 20 0 5 0 AB 64 54
Octal 256 377 363 40 0 5 0 253 144 124
Binary 10101110 11111111 11110011 100000 0 101 0 10101011 1100100 1010100

Color Harmonies of #AEFFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFF3

Black with #AEFFF3

Text Example


Text Example

White with #AEFFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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