Html Css Color HEX #AEFBF1 Pale Turquoise

📋 copy color: '#AEFBF1'

red 174 ◦ green 251 ◦ blue 241

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

Shades of Pale Turquoise #AEFBF1

Tints of Pale Turquoise #AEFBF1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.69%

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

R = 26.13%
G = 37.69%
B = 36.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#AEFBF1 (or 0xAEFBF1) is known color: Pale Turquoise. HEX triplet: AE, FB and F1. RGB value is (174,251,241). Sum of RGB (Red+Green+Blue) = 174+251+241=666 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.13% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFBF1 is #51040E. Grayscale: #E2E2E2. Windows color (decimal): -5309455 or 15858606. OLE color: 15858606.

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

Color convert

RGB 174 251 241 -
CMYK 0.31 0 0.04 0.02
HSL 172.21º 0.91% 0.83% -
HSV(B) 172.21º 0.31% 0.98% -
XYZ 67.83 84.34 95.92 -
YUV 226.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 174 251 241 0.31 0 0.04 0.02 172.21 0.91 0.83
Hex AE FB F1 1F 0 4 2 AC 5B 53
Octal 256 373 361 37 0 4 2 254 133 123
Binary 10101110 11111011 11110001 11111 0 100 10 10101100 1011011 1010011

Color Harmonies of #AEFBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFBF1

Black with #AEFBF1

Text Example


Text Example

White with #AEFBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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