Html Css Color HEX #AEF0EE Pale Turquoise

📋 copy color: '#AEF0EE'

red 174 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #AEF0EE

Tints of Pale Turquoise #AEF0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.81%

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

R = 26.69%
G = 36.81%
B = 36.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#AEF0EE (or 0xAEF0EE) is known color: Pale Turquoise. HEX triplet: AE, F0 and EE. RGB value is (174,240,238). Sum of RGB (Red+Green+Blue) = 174+240+238=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF0EE is #510F11. Grayscale: #DBDBDB. Windows color (decimal): -5312274 or 15659182. OLE color: 15659182.

HSL color Cylindrical-coordinate representation of color #AEF0EE: hue angle of 178.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0EE is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 238 -
CMYK 0.28 0 0.01 0.06
HSL 178.18º 0.69% 0.81% -
HSV(B) 178.18º 0.28% 0.94% -
XYZ 64.05 77.49 92.47 -
YUV 220.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 174 240 238 0.28 0 0.01 0.06 178.18 0.69 0.81
Hex AE F0 EE 1C 0 1 6 B2 45 51
Octal 256 360 356 34 0 1 6 262 105 121
Binary 10101110 11110000 11101110 11100 0 1 110 10110010 1000101 1010001

Color Harmonies of #AEF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0EE

Black with #AEF0EE

Text Example


Text Example

White with #AEF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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