Html Css Color HEX #AEF6FF Pale Turquoise

📋 copy color: '#AEF6FF'

red 174 ◦ green 246 ◦ blue 255

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

Shades of Pale Turquoise #AEF6FF

Tints of Pale Turquoise #AEF6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.44%

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

R = 25.78%
G = 36.44%
B = 37.78%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEF6FF (or 0xAEF6FF) is known color: Pale Turquoise. HEX triplet: AE, F6 and FF. RGB value is (174,246,255). Sum of RGB (Red+Green+Blue) = 174+246+255=675 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.78% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF6FF is #510900. Grayscale: #E1E1E1. Windows color (decimal): -5310721 or 16774830. OLE color: 16774830.

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

Color convert

RGB 174 246 255 -
CMYK 0.32 0.04 0 0
HSL 186.67º 1% 0.84% -
HSV(B) 186.67º 0.32% 1% -
XYZ 68.46 82.13 106.85 -
YUV 225.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 174 246 255 0.32 0.04 0 0 186.67 1 0.84
Hex AE F6 FF 20 4 0 0 BB 64 54
Octal 256 366 377 40 4 0 0 273 144 124
Binary 10101110 11110110 11111111 100000 100 0 0 10111011 1100100 1010100

Color Harmonies of #AEF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF6FF

Black with #AEF6FF

Text Example


Text Example

White with #AEF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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