Html Css Color HEX #AEEFFF Pale Turquoise

📋 copy color: '#AEEFFF'

red 174 ◦ green 239 ◦ blue 255

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

Shades of Pale Turquoise #AEEFFF

Tints of Pale Turquoise #AEEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.78%

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

R = 26.05%
G = 35.78%
B = 38.17%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEEFFF (or 0xAEEFFF) is known color: Pale Turquoise. HEX triplet: AE, EF and FF. RGB value is (174,239,255). Sum of RGB (Red+Green+Blue) = 174+239+255=668 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.05% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEFFF is #511000. Grayscale: #DDDDDD. Windows color (decimal): -5312513 or 16773038. OLE color: 16773038.

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

Color convert

RGB 174 239 255 -
CMYK 0.32 0.06 0 0
HSL 191.85º 1% 0.84% -
HSV(B) 191.85º 0.32% 1% -
XYZ 66.37 77.95 106.16 -
YUV 221.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 174 239 255 0.32 0.06 0 0 191.85 1 0.84
Hex AE EF FF 20 6 0 0 C0 64 54
Octal 256 357 377 40 6 0 0 300 144 124
Binary 10101110 11101111 11111111 100000 110 0 0 11000000 1100100 1010100

Color Harmonies of #AEEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFFF

Black with #AEEFFF

Text Example


Text Example

White with #AEEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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