Html Css Color HEX #AEF3F1 Pale Turquoise

📋 copy color: '#AEF3F1'

red 174 ◦ green 243 ◦ blue 241

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

Shades of Pale Turquoise #AEF3F1

Tints of Pale Turquoise #AEF3F1

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

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

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

Color convert

RGB 174 243 241 -
CMYK 0.28 0 0.01 0.05
HSL 178.26º 0.74% 0.82% -
HSV(B) 178.26º 0.28% 0.95% -
XYZ 65.38 79.45 95.11 -
YUV 222.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 174 243 241 0.28 0 0.01 0.05 178.26 0.74 0.82
Hex AE F3 F1 1C 0 1 5 B2 4A 52
Octal 256 363 361 34 0 1 5 262 112 122
Binary 10101110 11110011 11110001 11100 0 1 101 10110010 1001010 1010010

Color Harmonies of #AEF3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF3F1

Black with #AEF3F1

Text Example


Text Example

White with #AEF3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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