Html Css Color HEX #A0F0EF Pale Turquoise

📋 copy color: '#A0F0EF'

red 160 ◦ green 240 ◦ blue 239

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

Shades of Pale Turquoise #A0F0EF

Tints of Pale Turquoise #A0F0EF

RGB

 RED value IS 160 (62.89% from 255) = 25.04%

 GREEN value IS 240 (94.14% from 255) = 37.56%

 BLUE value IS 239 (93.75% from 255) = 37.4%

R = 25.04%
G = 37.56%
B = 37.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#A0F0EF (or 0xA0F0EF) is known color: Pale Turquoise. HEX triplet: A0, F0 and EF. RGB value is (160,240,239). Sum of RGB (Red+Green+Blue) = 160+240+239=639 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.04% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F0EF is #5F0F10. Grayscale: #D7D7D7. Windows color (decimal): -6229777 or 15724704. OLE color: 15724704.

HSL color Cylindrical-coordinate representation of color #A0F0EF: hue angle of 179.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0EF is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 240 239 -
CMYK 0.33 0 0.00 0.06
HSL 179.25º 0.73% 0.78% -
HSV(B) 179.25º 0.33% 0.94% -
XYZ 61.24 76.03 93.11 -
YUV 215.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 160 240 239 0.33 0 0.00 0.06 179.25 0.73 0.78
Hex A0 F0 EF 21 0 0 6 B3 49 4E
Octal 240 360 357 41 0 0 6 263 111 116
Binary 10100000 11110000 11101111 100001 0 0 110 10110011 1001001 1001110

Color Harmonies of #A0F0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F0EF

Black with #A0F0EF

Text Example


Text Example

White with #A0F0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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