Html Css Color HEX #AEF8FE Pale Turquoise

📋 copy color: '#AEF8FE'

red 174 ◦ green 248 ◦ blue 254

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

Shades of Pale Turquoise #AEF8FE

Tints of Pale Turquoise #AEF8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.69%

 BLUE value IS 254 (99.61% from 255) = 37.57%

R = 25.74%
G = 36.69%
B = 37.57%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AEF8FE (or 0xAEF8FE) is known color: Pale Turquoise. HEX triplet: AE, F8 and FE. RGB value is (174,248,254). Sum of RGB (Red+Green+Blue) = 174+248+254=676 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.74% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEF8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8FE is #510701. Grayscale: #E2E2E2. Windows color (decimal): -5310210 or 16709806. OLE color: 16709806.

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

Color convert

RGB 174 248 254 -
CMYK 0.31 0.02 0 0.00
HSL 184.5º 0.98% 0.84% -
HSV(B) 184.5º 0.31% 1% -
XYZ 68.91 83.29 106.21 -
YUV 226.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 174 248 254 0.31 0.02 0 0.00 184.5 0.98 0.84
Hex AE F8 FE 1F 2 0 0 B8 62 54
Octal 256 370 376 37 2 0 0 270 142 124
Binary 10101110 11111000 11111110 11111 10 0 0 10111000 1100010 1010100

Color Harmonies of #AEF8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8FE

Black with #AEF8FE

Text Example


Text Example

White with #AEF8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8FE; }

 p { color: rgb(174,248,254); }

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

background-color css

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

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

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

border-color css

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

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

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