Html Css Color HEX #AEF5EF Pale Turquoise

📋 copy color: '#AEF5EF'

red 174 ◦ green 245 ◦ blue 239

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

Shades of Pale Turquoise #AEF5EF

Tints of Pale Turquoise #AEF5EF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.23%

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 26.44%
G = 37.23%
B = 36.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#AEF5EF (or 0xAEF5EF) is known color: Pale Turquoise. HEX triplet: AE, F5 and EF. RGB value is (174,245,239). Sum of RGB (Red+Green+Blue) = 174+245+239=658 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.44% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF5EF is #510A10. Grayscale: #DFDFDF. Windows color (decimal): -5310993 or 15725998. OLE color: 15725998.

HSL color Cylindrical-coordinate representation of color #AEF5EF: hue angle of 174.93º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5EF is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 239 -
CMYK 0.29 0 0.02 0.04
HSL 174.93º 0.78% 0.82% -
HSV(B) 174.93º 0.29% 0.96% -
XYZ 65.69 80.54 93.74 -
YUV 223.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 174 245 239 0.29 0 0.02 0.04 174.93 0.78 0.82
Hex AE F5 EF 1D 0 2 4 AF 4E 52
Octal 256 365 357 35 0 2 4 257 116 122
Binary 10101110 11110101 11101111 11101 0 10 100 10101111 1001110 1010010

Color Harmonies of #AEF5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF5EF

Black with #AEF5EF

Text Example


Text Example

White with #AEF5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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