Html Css Color HEX #AEF1FA Pale Turquoise

📋 copy color: '#AEF1FA'

red 174 ◦ green 241 ◦ blue 250

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

Shades of Pale Turquoise #AEF1FA

Tints of Pale Turquoise #AEF1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 26.17%
G = 36.24%
B = 37.59%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEF1FA (or 0xAEF1FA) is known color: Pale Turquoise. HEX triplet: AE, F1 and FA. RGB value is (174,241,250). Sum of RGB (Red+Green+Blue) = 174+241+250=665 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.17% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF1FA is #510E05. Grayscale: #DDDDDD. Windows color (decimal): -5312006 or 16445870. OLE color: 16445870.

HSL color Cylindrical-coordinate representation of color #AEF1FA: hue angle of 187.11º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF1FA is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 241 250 -
CMYK 0.30 0.04 0 0.02
HSL 187.11º 0.88% 0.83% -
HSV(B) 187.11º 0.3% 0.98% -
XYZ 66.17 78.81 102.17 -
YUV 221.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 174 241 250 0.30 0.04 0 0.02 187.11 0.88 0.83
Hex AE F1 FA 1E 4 0 2 BB 58 53
Octal 256 361 372 36 4 0 2 273 130 123
Binary 10101110 11110001 11111010 11110 100 0 10 10111011 1011000 1010011

Color Harmonies of #AEF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1FA

Black with #AEF1FA

Text Example


Text Example

White with #AEF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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