Html Css Color HEX #AEF1F1 Pale Turquoise

📋 copy color: '#AEF1F1'

red 174 ◦ green 241 ◦ blue 241

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

Shades of Pale Turquoise #AEF1F1

Tints of Pale Turquoise #AEF1F1

RGB

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

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

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

R = 26.52%
G = 36.74%
B = 36.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEF1F1 (or 0xAEF1F1) is known color: Pale Turquoise. HEX triplet: AE, F1 and F1. RGB value is (174,241,241). Sum of RGB (Red+Green+Blue) = 174+241+241=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #AEF1F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF1F1 is #510E0E. Grayscale: #DCDCDC. Windows color (decimal): -5312015 or 15856046. OLE color: 15856046.

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

Color convert

RGB 174 241 241 -
CMYK 0.28 0 0 0.05
HSL 180º 0.71% 0.81% -
HSV(B) 180º 0.28% 0.95% -
XYZ 64.79 78.26 94.91 -
YUV 220.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 174 241 241 0.28 0 0 0.05 180 0.71 0.81
Hex AE F1 F1 1C 0 0 5 B4 47 51
Octal 256 361 361 34 0 0 5 264 107 121
Binary 10101110 11110001 11110001 11100 0 0 101 10110100 1000111 1010001

Color Harmonies of #AEF1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1F1

Black with #AEF1F1

Text Example


Text Example

White with #AEF1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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