Html Css Color HEX #AEEFF0 Pale Turquoise

📋 copy color: '#AEEFF0'

red 174 ◦ green 239 ◦ blue 240

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

Shades of Pale Turquoise #AEEFF0

Tints of Pale Turquoise #AEEFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.6%

 BLUE value IS 240 (94.14% from 255) = 36.75%

R = 26.65%
G = 36.6%
B = 36.75%

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEEFF0 (or 0xAEEFF0) is known color: Pale Turquoise. HEX triplet: AE, EF and F0. RGB value is (174,239,240). Sum of RGB (Red+Green+Blue) = 174+239+240=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEEFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEFF0 is #51100F. Grayscale: #DBDBDB. Windows color (decimal): -5312528 or 15789998. OLE color: 15789998.

HSL color Cylindrical-coordinate representation of color #AEEFF0: hue angle of 180.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFF0 is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 239 240 -
CMYK 0.28 0.00 0 0.06
HSL 180.91º 0.69% 0.81% -
HSV(B) 180.91º 0.28% 0.94% -
XYZ 64.05 77.02 93.93 -
YUV 219.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 174 239 240 0.28 0.00 0 0.06 180.91 0.69 0.81
Hex AE EF F0 1C 0 0 6 B5 45 51
Octal 256 357 360 34 0 0 6 265 105 121
Binary 10101110 11101111 11110000 11100 0 0 110 10110101 1000101 1010001

Color Harmonies of #AEEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFF0

Black with #AEEFF0

Text Example


Text Example

White with #AEEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFF0; }

 p { color: rgb(174,239,240); }

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

background-color css

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

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

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

border-color css

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

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

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