Html Css Color HEX #AEFFEE Pale Turquoise

📋 copy color: '#AEFFEE'

red 174 ◦ green 255 ◦ blue 238

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

Shades of Pale Turquoise #AEFFEE

Tints of Pale Turquoise #AEFFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.68%

R = 26.09%
G = 38.23%
B = 35.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#AEFFEE (or 0xAEFFEE) is known color: Pale Turquoise. HEX triplet: AE, FF and EE. RGB value is (174,255,238). Sum of RGB (Red+Green+Blue) = 174+255+238=667 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.09% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFEE is #510011. Grayscale: #E4E4E4. Windows color (decimal): -5308434 or 15663022. OLE color: 15663022.

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

Color convert

RGB 174 255 238 -
CMYK 0.32 0 0.07 0
HSL 167.41º 1% 0.84% -
HSV(B) 167.41º 0.32% 1% -
XYZ 68.65 86.69 94 -
YUV 228.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 174 255 238 0.32 0 0.07 0 167.41 1 0.84
Hex AE FF EE 20 0 7 0 A7 64 54
Octal 256 377 356 40 0 7 0 247 144 124
Binary 10101110 11111111 11101110 100000 0 111 0 10100111 1100100 1010100

Color Harmonies of #AEFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFEE

Black with #AEFFEE

Text Example


Text Example

White with #AEFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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