Html Css Color HEX #A0F1ED Pale Turquoise

📋 copy color: '#A0F1ED'

red 160 ◦ green 241 ◦ blue 237

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

Shades of Pale Turquoise #A0F1ED

Tints of Pale Turquoise #A0F1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.77%

 BLUE value IS 237 (92.97% from 255) = 37.15%

R = 25.08%
G = 37.77%
B = 37.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#A0F1ED (or 0xA0F1ED) is known color: Pale Turquoise. HEX triplet: A0, F1 and ED. RGB value is (160,241,237). Sum of RGB (Red+Green+Blue) = 160+241+237=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F1ED is #5F0E12. Grayscale: #D8D8D8. Windows color (decimal): -6229523 or 15593888. OLE color: 15593888.

HSL color Cylindrical-coordinate representation of color #A0F1ED: hue angle of 177.04º 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 #A0F1ED is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 241 237 -
CMYK 0.34 0 0.02 0.05
HSL 177.04º 0.74% 0.79% -
HSV(B) 177.04º 0.34% 0.95% -
XYZ 61.24 76.5 91.66 -
YUV 216.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 160 241 237 0.34 0 0.02 0.05 177.04 0.74 0.79
Hex A0 F1 ED 22 0 2 5 B1 4A 4F
Octal 240 361 355 42 0 2 5 261 112 117
Binary 10100000 11110001 11101101 100010 0 10 101 10110001 1001010 1001111

Color Harmonies of #A0F1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F1ED

Black with #A0F1ED

Text Example


Text Example

White with #A0F1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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