Html Css Color HEX #A0F2EE Pale Turquoise

📋 copy color: '#A0F2EE'

red 160 ◦ green 242 ◦ blue 238

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

Shades of Pale Turquoise #A0F2EE

Tints of Pale Turquoise #A0F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.81%

 BLUE value IS 238 (93.36% from 255) = 37.19%

R = 25%
G = 37.81%
B = 37.19%

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

#A0F2EE (or 0xA0F2EE) is known color: Pale Turquoise. HEX triplet: A0, F2 and EE. RGB value is (160,242,238). Sum of RGB (Red+Green+Blue) = 160+242+238=640 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F2EE is #5F0D11. Grayscale: #D8D8D8. Windows color (decimal): -6229266 or 15659680. OLE color: 15659680.

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

Color convert

RGB 160 242 238 -
CMYK 0.34 0 0.02 0.05
HSL 177.07º 0.76% 0.79% -
HSV(B) 177.07º 0.34% 0.95% -
XYZ 61.68 77.15 92.53 -
YUV 217.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 160 242 238 0.34 0 0.02 0.05 177.07 0.76 0.79
Hex A0 F2 EE 22 0 2 5 B1 4C 4F
Octal 240 362 356 42 0 2 5 261 114 117
Binary 10100000 11110010 11101110 100010 0 10 101 10110001 1001100 1001111

Color Harmonies of #A0F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F2EE

Black with #A0F2EE

Text Example


Text Example

White with #A0F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F2EE; }

 p { color: rgb(160,242,238); }

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

background-color css

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

 a { background-color: rgb(160,242,238); }

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

border-color css

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

 span { border-color: rgb(160,242,238); }

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