Html Css Color HEX #AEF1F3 Pale Turquoise

📋 copy color: '#AEF1F3'

red 174 ◦ green 241 ◦ blue 243

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

Shades of Pale Turquoise #AEF1F3

Tints of Pale Turquoise #AEF1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 26.44%
G = 36.63%
B = 36.93%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEF1F3 (or 0xAEF1F3) is known color: Pale Turquoise. HEX triplet: AE, F1 and F3. RGB value is (174,241,243). Sum of RGB (Red+Green+Blue) = 174+241+243=658 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.44% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEF1F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF1F3 is #510E0C. Grayscale: #DDDDDD. Windows color (decimal): -5312013 or 15987118. OLE color: 15987118.

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

Color convert

RGB 174 241 243 -
CMYK 0.28 0.01 0 0.05
HSL 181.74º 0.74% 0.82% -
HSV(B) 181.74º 0.28% 0.95% -
XYZ 65.09 78.38 96.49 -
YUV 221.2 140.3 94.34 -
System Red Green Blue C M Y K H S L
Decimal 174 241 243 0.28 0.01 0 0.05 181.74 0.74 0.82
Hex AE F1 F3 1C 1 0 5 B6 4A 52
Octal 256 361 363 34 1 0 5 266 112 122
Binary 10101110 11110001 11110011 11100 1 0 101 10110110 1001010 1010010

Color Harmonies of #AEF1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1F3

Black with #AEF1F3

Text Example


Text Example

White with #AEF1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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