Html Css Color HEX #AEF0F0 Pale Turquoise

📋 copy color: '#AEF0F0'

red 174 ◦ green 240 ◦ blue 240

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

Shades of Pale Turquoise #AEF0F0

Tints of Pale Turquoise #AEF0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.7%

R = 26.61%
G = 36.7%
B = 36.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEF0F0 (or 0xAEF0F0) is known color: Pale Turquoise. HEX triplet: AE, F0 and F0. RGB value is (174,240,240). Sum of RGB (Red+Green+Blue) = 174+240+240=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #AEF0F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF0F0 is #510F0F. Grayscale: #DCDCDC. Windows color (decimal): -5312272 or 15790254. OLE color: 15790254.

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

Color convert

RGB 174 240 240 -
CMYK 0.28 0 0 0.06
HSL 180º 0.69% 0.81% -
HSV(B) 180º 0.28% 0.94% -
XYZ 64.34 77.61 94.03 -
YUV 220.27 139.13 95 -
System Red Green Blue C M Y K H S L
Decimal 174 240 240 0.28 0 0 0.06 180 0.69 0.81
Hex AE F0 F0 1C 0 0 6 B4 45 51
Octal 256 360 360 34 0 0 6 264 105 121
Binary 10101110 11110000 11110000 11100 0 0 110 10110100 1000101 1010001

Color Harmonies of #AEF0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0F0

Black with #AEF0F0

Text Example


Text Example

White with #AEF0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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