Html Css Color HEX #A0EFF1 Pale Turquoise

📋 copy color: '#A0EFF1'

red 160 ◦ green 239 ◦ blue 241

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

Shades of Pale Turquoise #A0EFF1

Tints of Pale Turquoise #A0EFF1

RGB

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

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

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

R = 25%
G = 37.34%
B = 37.66%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0EFF1 (or 0xA0EFF1) is known color: Pale Turquoise. HEX triplet: A0, EF and F1. RGB value is (160,239,241). Sum of RGB (Red+Green+Blue) = 160+239+241=640 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EFF1 is #5F100E. Grayscale: #D7D7D7. Windows color (decimal): -6230031 or 15855520. OLE color: 15855520.

HSL color Cylindrical-coordinate representation of color #A0EFF1: hue angle of 181.48º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0EFF1 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 239 241 -
CMYK 0.34 0.01 0 0.05
HSL 181.48º 0.74% 0.79% -
HSV(B) 181.48º 0.34% 0.95% -
XYZ 61.24 75.56 94.58 -
YUV 215.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 160 239 241 0.34 0.01 0 0.05 181.48 0.74 0.79
Hex A0 EF F1 22 1 0 5 B5 4A 4F
Octal 240 357 361 42 1 0 5 265 112 117
Binary 10100000 11101111 11110001 100010 1 0 101 10110101 1001010 1001111

Color Harmonies of #A0EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFF1

Black with #A0EFF1

Text Example


Text Example

White with #A0EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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