Html Css Color HEX #A0FCF3 Pale Turquoise

📋 copy color: '#A0FCF3'

red 160 ◦ green 252 ◦ blue 243

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

Shades of Pale Turquoise #A0FCF3

Tints of Pale Turquoise #A0FCF3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.47%

 BLUE value IS 243 (95.31% from 255) = 37.1%

R = 24.43%
G = 38.47%
B = 37.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#A0FCF3 (or 0xA0FCF3) is known color: Pale Turquoise. HEX triplet: A0, FC and F3. RGB value is (160,252,243). Sum of RGB (Red+Green+Blue) = 160+252+243=655 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.43% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCF3 is #5F030C. Grayscale: #DFDFDF. Windows color (decimal): -6226701 or 15989920. OLE color: 15989920.

HSL color Cylindrical-coordinate representation of color #A0FCF3: hue angle of 174.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCF3 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 243 -
CMYK 0.37 0 0.04 0.01
HSL 174.13º 0.94% 0.81% -
HSV(B) 174.13º 0.37% 0.99% -
XYZ 65.49 83.57 97.47 -
YUV 223.47 139.02 82.73 -
System Red Green Blue C M Y K H S L
Decimal 160 252 243 0.37 0 0.04 0.01 174.13 0.94 0.81
Hex A0 FC F3 25 0 4 1 AE 5E 51
Octal 240 374 363 45 0 4 1 256 136 121
Binary 10100000 11111100 11110011 100101 0 100 1 10101110 1011110 1010001

Color Harmonies of #A0FCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCF3

Black with #A0FCF3

Text Example


Text Example

White with #A0FCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCF3; }

 p { color: rgb(160,252,243); }

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

background-color css

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

 a { background-color: rgb(160,252,243); }

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

border-color css

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

 span { border-color: rgb(160,252,243); }

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