Html Css Color HEX #AEFFFF Pale Turquoise

📋 copy color: '#AEFFFF'

red 174 ◦ green 255 ◦ blue 255

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

Shades of Pale Turquoise #AEFFFF

Tints of Pale Turquoise #AEFFFF

RGB

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

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

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

R = 25.44%
G = 37.28%
B = 37.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEFFFF (or 0xAEFFFF) is known color: Pale Turquoise. HEX triplet: AE, FF and FF. RGB value is (174,255,255). Sum of RGB (Red+Green+Blue) = 174+255+255=684 (90% of max value = 765). Red value is 174 (68.36% from 255 or 25.44% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #AEFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFFF is #510000. Grayscale: #E6E6E6. Windows color (decimal): -5308417 or 16777134. OLE color: 16777134.

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

Color convert

RGB 174 255 255 -
CMYK 0.32 0 0 0
HSL 180º 1% 0.84% -
HSV(B) 180º 0.32% 1% -
XYZ 71.27 87.74 107.79 -
YUV 230.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 174 255 255 0.32 0 0 0 180 1 0.84
Hex AE FF FF 20 0 0 0 B4 64 54
Octal 256 377 377 40 0 0 0 264 144 124
Binary 10101110 11111111 11111111 100000 0 0 0 10110100 1100100 1010100

Color Harmonies of #AEFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFFF

Black with #AEFFFF

Text Example


Text Example

White with #AEFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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