Html Css Color HEX #AEF3FF Pale Turquoise

📋 copy color: '#AEF3FF'

red 174 ◦ green 243 ◦ blue 255

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

Shades of Pale Turquoise #AEF3FF

Tints of Pale Turquoise #AEF3FF

RGB

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

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

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

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

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEF3FF (or 0xAEF3FF) is known color: Pale Turquoise. HEX triplet: AE, F3 and FF. RGB value is (174,243,255). Sum of RGB (Red+Green+Blue) = 174+243+255=672 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.89% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF3FF is #510C00. Grayscale: #DFDFDF. Windows color (decimal): -5311489 or 16774062. OLE color: 16774062.

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

Color convert

RGB 174 243 255 -
CMYK 0.32 0.05 0 0
HSL 188.89º 1% 0.84% -
HSV(B) 188.89º 0.32% 1% -
XYZ 67.56 80.32 106.55 -
YUV 223.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 174 243 255 0.32 0.05 0 0 188.89 1 0.84
Hex AE F3 FF 20 5 0 0 BD 64 54
Octal 256 363 377 40 5 0 0 275 144 124
Binary 10101110 11110011 11111111 100000 101 0 0 10111101 1100100 1010100

Color Harmonies of #AEF3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF3FF

Black with #AEF3FF

Text Example


Text Example

White with #AEF3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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