Html Css Color HEX #AEF1F0 Pale Turquoise

📋 copy color: '#AEF1F0'

red 174 ◦ green 241 ◦ blue 240

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

Shades of Pale Turquoise #AEF1F0

Tints of Pale Turquoise #AEF1F0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.79%

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

R = 26.56%
G = 36.79%
B = 36.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#AEF1F0 (or 0xAEF1F0) is known color: Pale Turquoise. HEX triplet: AE, F1 and F0. RGB value is (174,241,240). Sum of RGB (Red+Green+Blue) = 174+241+240=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF1F0 is #510E0F. Grayscale: #DCDCDC. Windows color (decimal): -5312016 or 15790510. OLE color: 15790510.

HSL color Cylindrical-coordinate representation of color #AEF1F0: hue angle of 179.1º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1F0 is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 240 -
CMYK 0.28 0 0.00 0.05
HSL 179.1º 0.71% 0.81% -
HSV(B) 179.1º 0.28% 0.95% -
XYZ 64.64 78.2 94.13 -
YUV 220.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 174 241 240 0.28 0 0.00 0.05 179.1 0.71 0.81
Hex AE F1 F0 1C 0 0 5 B3 47 51
Octal 256 361 360 34 0 0 5 263 107 121
Binary 10101110 11110001 11110000 11100 0 0 101 10110011 1000111 1010001

Color Harmonies of #AEF1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1F0

Black with #AEF1F0

Text Example


Text Example

White with #AEF1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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